Shades of Dark Orchid #B039C8
Tints of Dark Orchid #B039C8
RGB
CMYK
RGB Variations
Color information
#B039C8 (or 0xB039C8) is known color: Dark Orchid. HEX triplet: B0, 39 and C8. RGB value is (176,57,200). Sum of RGB (Red+Green+Blue) = 176+57+200=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #B039C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039C8 is #4FC637. Grayscale: #6C6C6C. Windows color (decimal): -5228088 or 13121968. OLE color: 13121968.
HSL color Cylindrical-coordinate representation of color #B039C8: hue angle of 289.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B039C8 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 57 | 200 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.22 |
| HSL | 289.93º | 0.57% | 0.5% | - |
| HSV(B) | 289.93º | 0.72% | 0.78% | - |
| XYZ | 29.79 | 16.33 | 56.22 | - |
| YUV | 108.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 200 | 0.12 | 0.72 | 0 | 0.22 | 289.93 | 0.57 | 0.5 |
| Hex | B0 | 39 | C8 | C | 48 | 0 | 16 | 122 | 39 | 32 |
| Octal | 260 | 71 | 310 | 14 | 110 | 0 | 26 | 442 | 71 | 62 |
| Binary | 10110000 | 111001 | 11001000 | 1100 | 1001000 | 0 | 10110 | 100100010 | 111001 | 110010 |
Color Harmonies of #B039C8
Complementary color
Monochromatic Colors of #B039C8
Black with #B039C8
Text Example
Text Example
White with #B039C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039C8; }
p { color: rgb(176,57,200); }
H1.HeaderClassName
{
color: #B039C8;
}
.AnyTagClassName
{
color: #B039C8;
}
</style>
background-color css
<style>
a { background-color: #B039C8; }
a { background-color: rgb(176,57,200); }
div.DivClassName
{
background-color: #B039C8;
}
.BgClassName
{
background-color: #B039C8;
}
</style>
border-color css
<style>
span { border-color: #B039C8; }
span { border-color: rgb(176,57,200); }
td.TdClassName
{
border-color: #B039C8;
}
.TagClassName
{
border-color: #B039C8;
}
</style>