#B12AE8

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

Shades of Dark Orchid #B12AE8

Tints of Dark Orchid #B12AE8

Color information

#B12AE8 (or 0xB12AE8) is unknown color: approx Dark Orchid. HEX triplet: B1, 2A and E8. RGB value is (177,42,232). Sum of RGB (Red+Green+Blue) = 177+42+232=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 232 (91.02% from 255 or 51.44% from 451); Max value from RGB is 232 - color contains mainly: blue. Hex color #B12AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12AE8 is #4ED517. Grayscale: #676767. Windows color (decimal): -5166360 or 15215281. OLE color: 15215281.

HSL color Cylindrical-coordinate representation of color #B12AE8: hue angle of 282.63º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12AE8 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17742232-
CMYK0.240.8200.09
HSL282.63º80.51%53.73%-
HSV(B)282.63º81.9%90.98%-
XYZ33.5216.8377.83-
YUV104.02200.23180.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 42 (16.80% from 255) = 9.31%
BLUE value IS 232 (91.02% from 255) = 51.44%
R=39.25%
G=9.31%
B=51.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal177422320.240.8200.09282.6380.5153.73
HexB12AE818520911b5136
Octal261523503012201143312166
Binary1011000110101011101000110001010010010011000110111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12AE8; }

 p { color: rgb(177,42,232); }

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

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

 a { background-color: rgb(177,42,232); }

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

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

 span { border-color: rgb(177,42,232); }

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