Shades of Dark Orchid #B033C1
Tints of Dark Orchid #B033C1
RGB
CMYK
RGB Variations
Color information
#B033C1 (or 0xB033C1) is known color: Dark Orchid. HEX triplet: B0, 33 and C1. RGB value is (176,51,193). Sum of RGB (Red+Green+Blue) = 176+51+193=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #B033C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033C1 is #4FCC3E. Grayscale: #686868. Windows color (decimal): -5229631 or 12661680. OLE color: 12661680.
HSL color Cylindrical-coordinate representation of color #B033C1: hue angle of 292.82º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B033C1 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 51 | 193 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.24 |
| HSL | 292.82º | 0.58% | 0.48% | - |
| HSV(B) | 292.82º | 0.74% | 0.76% | - |
| XYZ | 28.71 | 15.45 | 51.92 | - |
| YUV | 104.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 193 | 0.09 | 0.74 | 0 | 0.24 | 292.82 | 0.58 | 0.48 |
| Hex | B0 | 33 | C1 | 9 | 4A | 0 | 18 | 125 | 3A | 30 |
| Octal | 260 | 63 | 301 | 11 | 112 | 0 | 30 | 445 | 72 | 60 |
| Binary | 10110000 | 110011 | 11000001 | 1001 | 1001010 | 0 | 11000 | 100100101 | 111010 | 110000 |
Color Harmonies of #B033C1
Complementary color
Monochromatic Colors of #B033C1
Black with #B033C1
Text Example
Text Example
White with #B033C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033C1; }
p { color: rgb(176,51,193); }
H1.HeaderClassName
{
color: #B033C1;
}
.AnyTagClassName
{
color: #B033C1;
}
</style>
background-color css
<style>
a { background-color: #B033C1; }
a { background-color: rgb(176,51,193); }
div.DivClassName
{
background-color: #B033C1;
}
.BgClassName
{
background-color: #B033C1;
}
</style>
border-color css
<style>
span { border-color: #B033C1; }
span { border-color: rgb(176,51,193); }
td.TdClassName
{
border-color: #B033C1;
}
.TagClassName
{
border-color: #B033C1;
}
</style>