Shades of Dark Orchid #B12BCD
Tints of Dark Orchid #B12BCD
RGB
CMYK
RGB Variations
Color information
#B12BCD (or 0xB12BCD) is known color: Dark Orchid. HEX triplet: B1, 2B and CD. RGB value is (177,43,205). Sum of RGB (Red+Green+Blue) = 177+43+205=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #B12BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BCD is #4ED432. Grayscale: #656565. Windows color (decimal): -5166131 or 13446065. OLE color: 13446065.
HSL color Cylindrical-coordinate representation of color #B12BCD: hue angle of 289.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12BCD is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 43 | 205 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.20 |
| HSL | 289.63º | 0.65% | 0.49% | - |
| HSV(B) | 289.63º | 0.79% | 0.8% | - |
| XYZ | 30.01 | 15.48 | 59.16 | - |
| YUV | 101.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 43 | 205 | 0.14 | 0.79 | 0 | 0.20 | 289.63 | 0.65 | 0.49 |
| Hex | B1 | 2B | CD | E | 4F | 0 | 14 | 122 | 41 | 31 |
| Octal | 261 | 53 | 315 | 16 | 117 | 0 | 24 | 442 | 101 | 61 |
| Binary | 10110001 | 101011 | 11001101 | 1110 | 1001111 | 0 | 10100 | 100100010 | 1000001 | 110001 |
Color Harmonies of #B12BCD
Complementary color
Monochromatic Colors of #B12BCD
Black with #B12BCD
Text Example
Text Example
White with #B12BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12BCD; }
p { color: rgb(177,43,205); }
H1.HeaderClassName
{
color: #B12BCD;
}
.AnyTagClassName
{
color: #B12BCD;
}
</style>
background-color css
<style>
a { background-color: #B12BCD; }
a { background-color: rgb(177,43,205); }
div.DivClassName
{
background-color: #B12BCD;
}
.BgClassName
{
background-color: #B12BCD;
}
</style>
border-color css
<style>
span { border-color: #B12BCD; }
span { border-color: rgb(177,43,205); }
td.TdClassName
{
border-color: #B12BCD;
}
.TagClassName
{
border-color: #B12BCD;
}
</style>