Shades of Dark Orchid #B232CF
Tints of Dark Orchid #B232CF
RGB
CMYK
RGB Variations
Color information
#B232CF (or 0xB232CF) is known color: Dark Orchid. HEX triplet: B2, 32 and CF. RGB value is (178,50,207). Sum of RGB (Red+Green+Blue) = 178+50+207=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #B232CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232CF is #4DCD30. Grayscale: #696969. Windows color (decimal): -5098801 or 13578930. OLE color: 13578930.
HSL color Cylindrical-coordinate representation of color #B232CF: hue angle of 288.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B232CF is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 50 | 207 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.19 |
| HSL | 288.92º | 0.62% | 0.5% | - |
| HSV(B) | 288.92º | 0.76% | 0.81% | - |
| XYZ | 30.76 | 16.25 | 60.55 | - |
| YUV | 106.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 207 | 0.14 | 0.76 | 0 | 0.19 | 288.92 | 0.62 | 0.5 |
| Hex | B2 | 32 | CF | E | 4C | 0 | 13 | 121 | 3E | 32 |
| Octal | 262 | 62 | 317 | 16 | 114 | 0 | 23 | 441 | 76 | 62 |
| Binary | 10110010 | 110010 | 11001111 | 1110 | 1001100 | 0 | 10011 | 100100001 | 111110 | 110010 |
Color Harmonies of #B232CF
Complementary color
Monochromatic Colors of #B232CF
Black with #B232CF
Text Example
Text Example
White with #B232CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B232CF; }
p { color: rgb(178,50,207); }
H1.HeaderClassName
{
color: #B232CF;
}
.AnyTagClassName
{
color: #B232CF;
}
</style>
background-color css
<style>
a { background-color: #B232CF; }
a { background-color: rgb(178,50,207); }
div.DivClassName
{
background-color: #B232CF;
}
.BgClassName
{
background-color: #B232CF;
}
</style>
border-color css
<style>
span { border-color: #B232CF; }
span { border-color: rgb(178,50,207); }
td.TdClassName
{
border-color: #B232CF;
}
.TagClassName
{
border-color: #B232CF;
}
</style>