#B12EBD

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

Shades of Dark Orchid #B12EBD

Tints of Dark Orchid #B12EBD

Color information

#B12EBD (or 0xB12EBD) is unknown color: approx Dark Orchid. HEX triplet: B1, 2E and BD. RGB value is (177,46,189). Sum of RGB (Red+Green+Blue) = 177+46+189=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #B12EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12EBD is #4ED142. Grayscale: #656565. Windows color (decimal): -5165379 or 12398257. OLE color: 12398257.

HSL color Cylindrical-coordinate representation of color #B12EBD: hue angle of 294.97º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12EBD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17746189-
CMYK0.060.7600.26
HSL294.97º60.85%46.08%-
HSV(B)294.97º75.66%74.12%-
XYZ28.2914.9849.54-
YUV101.47177.4181.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 46 (18.36% from 255) = 11.17%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=42.96%
G=11.17%
B=45.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177461890.060.7600.26294.9760.8546.08
HexB12EBD64C01A1273d2e
Octal2615627561140324477556
Binary10110001101110101111011101001100011010100100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12EBD; }

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

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

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

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

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

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

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

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