Shades of Dark Orchid #B018CF
Tints of Dark Orchid #B018CF
RGB
CMYK
RGB Variations
Color information
#B018CF (or 0xB018CF) is known color: Dark Orchid. HEX triplet: B0, 18 and CF. RGB value is (176,24,207). Sum of RGB (Red+Green+Blue) = 176+24+207=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #B018CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018CF is #4FE730. Grayscale: #595959. Windows color (decimal): -5236529 or 13572272. OLE color: 13572272.
HSL color Cylindrical-coordinate representation of color #B018CF: hue angle of 289.84º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B018CF is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 24 | 207 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.19 |
| HSL | 289.84º | 0.79% | 0.45% | - |
| HSV(B) | 289.84º | 0.88% | 0.81% | - |
| XYZ | 29.49 | 14.39 | 60.25 | - |
| YUV | 90.31 | 193.86 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 207 | 0.15 | 0.88 | 0 | 0.19 | 289.84 | 0.79 | 0.45 |
| Hex | B0 | 18 | CF | F | 58 | 0 | 13 | 122 | 4F | 2D |
| Octal | 260 | 30 | 317 | 17 | 130 | 0 | 23 | 442 | 117 | 55 |
| Binary | 10110000 | 11000 | 11001111 | 1111 | 1011000 | 0 | 10011 | 100100010 | 1001111 | 101101 |
Color Harmonies of #B018CF
Complementary color
Monochromatic Colors of #B018CF
Black with #B018CF
Text Example
Text Example
White with #B018CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B018CF; }
p { color: rgb(176,24,207); }
H1.HeaderClassName
{
color: #B018CF;
}
.AnyTagClassName
{
color: #B018CF;
}
</style>
background-color css
<style>
a { background-color: #B018CF; }
a { background-color: rgb(176,24,207); }
div.DivClassName
{
background-color: #B018CF;
}
.BgClassName
{
background-color: #B018CF;
}
</style>
border-color css
<style>
span { border-color: #B018CF; }
span { border-color: rgb(176,24,207); }
td.TdClassName
{
border-color: #B018CF;
}
.TagClassName
{
border-color: #B018CF;
}
</style>