Shades of Dark Orchid #B533CC
Tints of Dark Orchid #B533CC
RGB
CMYK
RGB Variations
Color information
#B533CC (or 0xB533CC) is known color: Dark Orchid. HEX triplet: B5, 33 and CC. RGB value is (181,51,204). Sum of RGB (Red+Green+Blue) = 181+51+204=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 51 (20.31% from 255 or 11.70% 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 #B533CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B533CC is #4ACC33. Grayscale: #6A6A6A. Windows color (decimal): -4901940 or 13382581. OLE color: 13382581.
HSL color Cylindrical-coordinate representation of color #B533CC: hue angle of 290.98º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B533CC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 51 | 204 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.2 |
| HSL | 290.98º | 0.6% | 0.5% | - |
| HSV(B) | 290.98º | 0.75% | 0.8% | - |
| XYZ | 31.14 | 16.55 | 58.68 | - |
| YUV | 107.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 204 | 0.11 | 0.75 | 0 | 0.2 | 290.98 | 0.6 | 0.5 |
| Hex | B5 | 33 | CC | B | 4B | 0 | 14 | 123 | 3C | 32 |
| Octal | 265 | 63 | 314 | 13 | 113 | 0 | 24 | 443 | 74 | 62 |
| Binary | 10110101 | 110011 | 11001100 | 1011 | 1001011 | 0 | 10100 | 100100011 | 111100 | 110010 |
Color Harmonies of #B533CC
Complementary color
Monochromatic Colors of #B533CC
Black with #B533CC
Text Example
Text Example
White with #B533CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B533CC; }
p { color: rgb(181,51,204); }
H1.HeaderClassName
{
color: #B533CC;
}
.AnyTagClassName
{
color: #B533CC;
}
</style>
background-color css
<style>
a { background-color: #B533CC; }
a { background-color: rgb(181,51,204); }
div.DivClassName
{
background-color: #B533CC;
}
.BgClassName
{
background-color: #B533CC;
}
</style>
border-color css
<style>
span { border-color: #B533CC; }
span { border-color: rgb(181,51,204); }
td.TdClassName
{
border-color: #B533CC;
}
.TagClassName
{
border-color: #B533CC;
}
</style>