Shades of Dark Orchid #B335CB
Tints of Dark Orchid #B335CB
RGB
CMYK
RGB Variations
Color information
#B335CB (or 0xB335CB) is known color: Dark Orchid. HEX triplet: B3, 35 and CB. RGB value is (179,53,203). Sum of RGB (Red+Green+Blue) = 179+53+203=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #B335CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B335CB is #4CCA34. Grayscale: #6B6B6B. Windows color (decimal): -5032501 or 13317555. OLE color: 13317555.
HSL color Cylindrical-coordinate representation of color #B335CB: hue angle of 290.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B335CB is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 53 | 203 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.20 |
| HSL | 290.4º | 0.59% | 0.5% | - |
| HSV(B) | 290.4º | 0.74% | 0.8% | - |
| XYZ | 30.64 | 16.44 | 58.06 | - |
| YUV | 107.77 | 181.74 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 203 | 0.12 | 0.74 | 0 | 0.20 | 290.4 | 0.59 | 0.5 |
| Hex | B3 | 35 | CB | C | 4A | 0 | 14 | 122 | 3B | 32 |
| Octal | 263 | 65 | 313 | 14 | 112 | 0 | 24 | 442 | 73 | 62 |
| Binary | 10110011 | 110101 | 11001011 | 1100 | 1001010 | 0 | 10100 | 100100010 | 111011 | 110010 |
Color Harmonies of #B335CB
Complementary color
Monochromatic Colors of #B335CB
Black with #B335CB
Text Example
Text Example
White with #B335CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B335CB; }
p { color: rgb(179,53,203); }
H1.HeaderClassName
{
color: #B335CB;
}
.AnyTagClassName
{
color: #B335CB;
}
</style>
background-color css
<style>
a { background-color: #B335CB; }
a { background-color: rgb(179,53,203); }
div.DivClassName
{
background-color: #B335CB;
}
.BgClassName
{
background-color: #B335CB;
}
</style>
border-color css
<style>
span { border-color: #B335CB; }
span { border-color: rgb(179,53,203); }
td.TdClassName
{
border-color: #B335CB;
}
.TagClassName
{
border-color: #B335CB;
}
</style>