#B12DC4

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

Shades of Dark Orchid #B12DC4

Tints of Dark Orchid #B12DC4

Color information

#B12DC4 (or 0xB12DC4) is unknown color: approx Dark Orchid. HEX triplet: B1, 2D and C4. RGB value is (177,45,196). Sum of RGB (Red+Green+Blue) = 177+45+196=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #B12DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DC4 is #4ED23B. Grayscale: #656565. Windows color (decimal): -5165628 or 12856753. OLE color: 12856753.

HSL color Cylindrical-coordinate representation of color #B12DC4: hue angle of 292.45º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12DC4 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17745196-
CMYK0.100.7700.23
HSL292.45º62.66%47.25%-
HSV(B)292.45º77.04%76.86%-
XYZ29.0315.2153.63-
YUV101.68181.23181.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 45 (17.97% from 255) = 10.77%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=42.34%
G=10.77%
B=46.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal177451960.100.7700.23292.4562.6647.25
HexB12DC4A4D0171243f2f
Octal26155304121150274447757
Binary101100011011011100010010101001101010111100100100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12DC4; }

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

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

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

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

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

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

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

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