#B12CE6

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

Shades of Dark Orchid #B12CE6

Tints of Dark Orchid #B12CE6

Color information

#B12CE6 (or 0xB12CE6) is unknown color: approx Dark Orchid. HEX triplet: B1, 2C and E6. RGB value is (177,44,230). Sum of RGB (Red+Green+Blue) = 177+44+230=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #B12CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12CE6 is #4ED319. Grayscale: #686868. Windows color (decimal): -5165850 or 15084721. OLE color: 15084721.

HSL color Cylindrical-coordinate representation of color #B12CE6: hue angle of 282.9º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12CE6 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17744230-
CMYK0.230.8100.10
HSL282.9º78.81%53.73%-
HSV(B)282.9º80.87%90.2%-
XYZ33.3216.8676.36-
YUV104.97198.56179.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 44 (17.58% from 255) = 9.76%
BLUE value IS 230 (90.23% from 255) = 51.00%
R=39.25%
G=9.76%
B=51.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal177442300.230.8100.10282.978.8153.73
HexB12CE617510A11b4f36
Octal261543462712101243311766
Binary1011000110110011100110101111010001010101000110111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12CE6; }

 p { color: rgb(177,44,230); }

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

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

 a { background-color: rgb(177,44,230); }

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

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

 span { border-color: rgb(177,44,230); }

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