Shades of Dark Orchid #B01ACF
Tints of Dark Orchid #B01ACF
RGB
CMYK
RGB Variations
Color information
#B01ACF (or 0xB01ACF) is known color: Dark Orchid. HEX triplet: B0, 1A and CF. RGB value is (176,26,207). Sum of RGB (Red+Green+Blue) = 176+26+207=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #B01ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ACF is #4FE530. Grayscale: #5A5A5A. Windows color (decimal): -5236017 or 13572784. OLE color: 13572784.
HSL color Cylindrical-coordinate representation of color #B01ACF: hue angle of 289.72º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01ACF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 26 | 207 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.19 |
| HSL | 289.72º | 0.78% | 0.46% | - |
| HSV(B) | 289.72º | 0.87% | 0.81% | - |
| XYZ | 29.54 | 14.47 | 60.27 | - |
| YUV | 91.48 | 193.2 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 207 | 0.15 | 0.87 | 0 | 0.19 | 289.72 | 0.78 | 0.46 |
| Hex | B0 | 1A | CF | F | 57 | 0 | 13 | 122 | 4E | 2E |
| Octal | 260 | 32 | 317 | 17 | 127 | 0 | 23 | 442 | 116 | 56 |
| Binary | 10110000 | 11010 | 11001111 | 1111 | 1010111 | 0 | 10011 | 100100010 | 1001110 | 101110 |
Color Harmonies of #B01ACF
Complementary color
Monochromatic Colors of #B01ACF
Black with #B01ACF
Text Example
Text Example
White with #B01ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01ACF; }
p { color: rgb(176,26,207); }
H1.HeaderClassName
{
color: #B01ACF;
}
.AnyTagClassName
{
color: #B01ACF;
}
</style>
background-color css
<style>
a { background-color: #B01ACF; }
a { background-color: rgb(176,26,207); }
div.DivClassName
{
background-color: #B01ACF;
}
.BgClassName
{
background-color: #B01ACF;
}
</style>
border-color css
<style>
span { border-color: #B01ACF; }
span { border-color: rgb(176,26,207); }
td.TdClassName
{
border-color: #B01ACF;
}
.TagClassName
{
border-color: #B01ACF;
}
</style>