#B12BD3

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

Shades of Dark Orchid #B12BD3

Tints of Dark Orchid #B12BD3

Color information

#B12BD3 (or 0xB12BD3) is unknown color: approx Dark Orchid. HEX triplet: B1, 2B and D3. RGB value is (177,43,211). Sum of RGB (Red+Green+Blue) = 177+43+211=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #B12BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BD3 is #4ED42C. Grayscale: #656565. Windows color (decimal): -5166125 or 13839281. OLE color: 13839281.

HSL color Cylindrical-coordinate representation of color #B12BD3: hue angle of 287.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12BD3 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17743211-
CMYK0.160.8000.17
HSL287.86º66.14%49.8%-
HSV(B)287.86º79.62%82.75%-
XYZ30.7515.7863.05-
YUV102.22189.39181.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 43 (17.19% from 255) = 9.98%
BLUE value IS 211 (82.81% from 255) = 48.96%
R=41.07%
G=9.98%
B=48.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177432110.160.8000.17287.8666.1449.8
HexB12BD310500111204232
Octal261533232012002144010262
Binary10110001101011110100111000010100000100011001000001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12BD3; }

 p { color: rgb(177,43,211); }

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

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

 a { background-color: rgb(177,43,211); }

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

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

 span { border-color: rgb(177,43,211); }

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