Shades of Dark Orchid #B039CF
Tints of Dark Orchid #B039CF
RGB
CMYK
RGB Variations
Color information
#B039CF (or 0xB039CF) is known color: Dark Orchid. HEX triplet: B0, 39 and CF. RGB value is (176,57,207). Sum of RGB (Red+Green+Blue) = 176+57+207=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #B039CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039CF is #4FC630. Grayscale: #6D6D6D. Windows color (decimal): -5228081 or 13580720. OLE color: 13580720.
HSL color Cylindrical-coordinate representation of color #B039CF: hue angle of 287.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B039CF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 57 | 207 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.19 |
| HSL | 287.6º | 0.61% | 0.52% | - |
| HSV(B) | 287.6º | 0.72% | 0.81% | - |
| XYZ | 30.63 | 16.66 | 60.63 | - |
| YUV | 109.68 | 182.92 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 207 | 0.15 | 0.72 | 0 | 0.19 | 287.6 | 0.61 | 0.52 |
| Hex | B0 | 39 | CF | F | 48 | 0 | 13 | 120 | 3D | 34 |
| Octal | 260 | 71 | 317 | 17 | 110 | 0 | 23 | 440 | 75 | 64 |
| Binary | 10110000 | 111001 | 11001111 | 1111 | 1001000 | 0 | 10011 | 100100000 | 111101 | 110100 |
Color Harmonies of #B039CF
Complementary color
Monochromatic Colors of #B039CF
Black with #B039CF
Text Example
Text Example
White with #B039CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039CF; }
p { color: rgb(176,57,207); }
H1.HeaderClassName
{
color: #B039CF;
}
.AnyTagClassName
{
color: #B039CF;
}
</style>
background-color css
<style>
a { background-color: #B039CF; }
a { background-color: rgb(176,57,207); }
div.DivClassName
{
background-color: #B039CF;
}
.BgClassName
{
background-color: #B039CF;
}
</style>
border-color css
<style>
span { border-color: #B039CF; }
span { border-color: rgb(176,57,207); }
td.TdClassName
{
border-color: #B039CF;
}
.TagClassName
{
border-color: #B039CF;
}
</style>