#B12EB6

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

Shades of Dark Orchid #B12EB6

Tints of Dark Orchid #B12EB6

Color information

#B12EB6 (or 0xB12EB6) is unknown color: approx Dark Orchid. HEX triplet: B1, 2E and B6. RGB value is (177,46,182). Sum of RGB (Red+Green+Blue) = 177+46+182=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #B12EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12EB6 is #4ED149. Grayscale: #646464. Windows color (decimal): -5165386 or 11939505. OLE color: 11939505.

HSL color Cylindrical-coordinate representation of color #B12EB6: hue angle of 297.79º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12EB6 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17746182-
CMYK0.030.7500.29
HSL297.79º59.65%44.71%-
HSV(B)297.79º74.73%71.37%-
XYZ27.5514.6845.64-
YUV100.67173.9182.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 46 (18.36% from 255) = 11.36%
BLUE value IS 182 (71.48% from 255) = 44.94%
R=43.70%
G=11.36%
B=44.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177461820.030.7500.29297.7959.6544.71
HexB12EB634B01D12a3c2d
Octal2615626631130354527455
Binary1011000110111010110110111001011011101100101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12EB6; }

 p { color: rgb(177,46,182); }

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

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

 a { background-color: rgb(177,46,182); }

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

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

 span { border-color: rgb(177,46,182); }

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