Shades of Dark Orchid #B12DC3
Tints of Dark Orchid #B12DC3
RGB
CMYK
RGB Variations
Color information
#B12DC3 (or 0xB12DC3) is known color: Dark Orchid. HEX triplet: B1, 2D and C3. RGB value is (177,45,195). Sum of RGB (Red+Green+Blue) = 177+45+195=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #B12DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DC3 is #4ED23C. Grayscale: #656565. Windows color (decimal): -5165629 or 12791217. OLE color: 12791217.
HSL color Cylindrical-coordinate representation of color #B12DC3: hue angle of 292.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12DC3 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 45 | 195 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.24 |
| HSL | 292.8º | 0.63% | 0.47% | - |
| HSV(B) | 292.8º | 0.77% | 0.76% | - |
| XYZ | 28.92 | 15.16 | 53.03 | - |
| YUV | 101.57 | 180.73 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 195 | 0.09 | 0.77 | 0 | 0.24 | 292.8 | 0.63 | 0.47 |
| Hex | B1 | 2D | C3 | 9 | 4D | 0 | 18 | 125 | 3E | 2F |
| Octal | 261 | 55 | 303 | 11 | 115 | 0 | 30 | 445 | 76 | 57 |
| Binary | 10110001 | 101101 | 11000011 | 1001 | 1001101 | 0 | 11000 | 100100101 | 111110 | 101111 |
Color Harmonies of #B12DC3
Complementary color
Monochromatic Colors of #B12DC3
Black with #B12DC3
Text Example
Text Example
White with #B12DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DC3; }
p { color: rgb(177,45,195); }
H1.HeaderClassName
{
color: #B12DC3;
}
.AnyTagClassName
{
color: #B12DC3;
}
</style>
background-color css
<style>
a { background-color: #B12DC3; }
a { background-color: rgb(177,45,195); }
div.DivClassName
{
background-color: #B12DC3;
}
.BgClassName
{
background-color: #B12DC3;
}
</style>
border-color css
<style>
span { border-color: #B12DC3; }
span { border-color: rgb(177,45,195); }
td.TdClassName
{
border-color: #B12DC3;
}
.TagClassName
{
border-color: #B12DC3;
}
</style>