#B262DB

Color #B262DB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B262DB

Tints of Medium Orchid #B262DB

Color information

#B262DB (or 0xB262DB) is unknown color: approx Medium Orchid. HEX triplet: B2, 62 and DB. RGB value is (178,98,219). Sum of RGB (Red+Green+Blue) = 178+98+219=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #B262DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262DB is #4D9D24. Grayscale: #878787. Windows color (decimal): -5086501 or 14377650. OLE color: 14377650.

HSL color Cylindrical-coordinate representation of color #B262DB: hue angle of 279.67º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B262DB is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17898219-
CMYK0.190.5500.14
HSL279.67º62.69%62.16%-
HSV(B)279.67º55.25%85.88%-
XYZ35.5123.3169.65-
YUV135.71175158.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 98 (38.67% from 255) = 19.80%
BLUE value IS 219 (85.94% from 255) = 44.24%
R=35.96%
G=19.80%
B=44.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal178982190.190.5500.14279.6762.6962.16
HexB262DB13370E1183f3e
Octal26214233323670164307776
Binary101100101100010110110111001111011101110100011000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B262DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B262DB; }

 p { color: rgb(178,98,219); }

 H1.HeaderClassName
 {
   color: #B262DB;
 }
 .AnyTagClassName
 {
   color: #B262DB;
 }
</style>
background-color css

<style>
 a { background-color: #B262DB; }

 a { background-color: rgb(178,98,219); }

 div.DivClassName
 {
   background-color: #B262DB;
 }
 .BgClassName
 {
   background-color: #B262DB;
 }
</style>
border-color css

<style>
 span { border-color: #B262DB; }

 span { border-color: rgb(178,98,219); }

 td.TdClassName
 {
   border-color: #B262DB;
 }
 .TagClassName
 {
   border-color: #B262DB;
 }
</style>