#B12DE0

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

Shades of Dark Orchid #B12DE0

Tints of Dark Orchid #B12DE0

Color information

#B12DE0 (or 0xB12DE0) is unknown color: approx Dark Orchid. HEX triplet: B1, 2D and E0. RGB value is (177,45,224). Sum of RGB (Red+Green+Blue) = 177+45+224=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #B12DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DE0 is #4ED21F. Grayscale: #686868. Windows color (decimal): -5165600 or 14691761. OLE color: 14691761.

HSL color Cylindrical-coordinate representation of color #B12DE0: hue angle of 284.25º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12DE0 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17745224-
CMYK0.210.8000.12
HSL284.25º74.27%52.75%-
HSV(B)284.25º79.91%87.84%-
XYZ32.5216.6172.01-
YUV104.87195.23179.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 45 (17.97% from 255) = 10.09%
BLUE value IS 224 (87.89% from 255) = 50.22%
R=39.69%
G=10.09%
B=50.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal177452240.210.8000.12284.2574.2752.75
HexB12DE015500C11c4a35
Octal261553402512001443411265
Binary1011000110110111100000101011010000011001000111001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12DE0; }

 p { color: rgb(177,45,224); }

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

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

 a { background-color: rgb(177,45,224); }

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

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

 span { border-color: rgb(177,45,224); }

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