Shades of Dark Orchid #B038CC
Tints of Dark Orchid #B038CC
RGB
CMYK
RGB Variations
Color information
#B038CC (or 0xB038CC) is known color: Dark Orchid. HEX triplet: B0, 38 and CC. RGB value is (176,56,204). Sum of RGB (Red+Green+Blue) = 176+56+204=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #B038CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038CC is #4FC733. Grayscale: #6C6C6C. Windows color (decimal): -5228340 or 13383856. OLE color: 13383856.
HSL color Cylindrical-coordinate representation of color #B038CC: hue angle of 288.65º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B038CC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 56 | 204 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.2 |
| HSL | 288.65º | 0.59% | 0.51% | - |
| HSV(B) | 288.65º | 0.73% | 0.8% | - |
| XYZ | 30.22 | 16.42 | 58.7 | - |
| YUV | 108.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 204 | 0.14 | 0.73 | 0 | 0.2 | 288.65 | 0.59 | 0.51 |
| Hex | B0 | 38 | CC | E | 49 | 0 | 14 | 121 | 3B | 33 |
| Octal | 260 | 70 | 314 | 16 | 111 | 0 | 24 | 441 | 73 | 63 |
| Binary | 10110000 | 111000 | 11001100 | 1110 | 1001001 | 0 | 10100 | 100100001 | 111011 | 110011 |
Color Harmonies of #B038CC
Complementary color
Monochromatic Colors of #B038CC
Black with #B038CC
Text Example
Text Example
White with #B038CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B038CC; }
p { color: rgb(176,56,204); }
H1.HeaderClassName
{
color: #B038CC;
}
.AnyTagClassName
{
color: #B038CC;
}
</style>
background-color css
<style>
a { background-color: #B038CC; }
a { background-color: rgb(176,56,204); }
div.DivClassName
{
background-color: #B038CC;
}
.BgClassName
{
background-color: #B038CC;
}
</style>
border-color css
<style>
span { border-color: #B038CC; }
span { border-color: rgb(176,56,204); }
td.TdClassName
{
border-color: #B038CC;
}
.TagClassName
{
border-color: #B038CC;
}
</style>