Shades of Dark Orchid #B334CB
Tints of Dark Orchid #B334CB
RGB
CMYK
RGB Variations
Color information
#B334CB (or 0xB334CB) is known color: Dark Orchid. HEX triplet: B3, 34 and CB. RGB value is (179,52,203). Sum of RGB (Red+Green+Blue) = 179+52+203=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #B334CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334CB is #4CCB34. Grayscale: #6A6A6A. Windows color (decimal): -5032757 or 13317299. OLE color: 13317299.
HSL color Cylindrical-coordinate representation of color #B334CB: hue angle of 290.46º 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 #B334CB is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 52 | 203 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.20 |
| HSL | 290.46º | 0.59% | 0.5% | - |
| HSV(B) | 290.46º | 0.74% | 0.8% | - |
| XYZ | 30.6 | 16.35 | 58.04 | - |
| YUV | 107.19 | 182.08 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 203 | 0.12 | 0.74 | 0 | 0.20 | 290.46 | 0.59 | 0.5 |
| Hex | B3 | 34 | CB | C | 4A | 0 | 14 | 122 | 3B | 32 |
| Octal | 263 | 64 | 313 | 14 | 112 | 0 | 24 | 442 | 73 | 62 |
| Binary | 10110011 | 110100 | 11001011 | 1100 | 1001010 | 0 | 10100 | 100100010 | 111011 | 110010 |
Color Harmonies of #B334CB
Complementary color
Monochromatic Colors of #B334CB
Black with #B334CB
Text Example
Text Example
White with #B334CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334CB; }
p { color: rgb(179,52,203); }
H1.HeaderClassName
{
color: #B334CB;
}
.AnyTagClassName
{
color: #B334CB;
}
</style>
background-color css
<style>
a { background-color: #B334CB; }
a { background-color: rgb(179,52,203); }
div.DivClassName
{
background-color: #B334CB;
}
.BgClassName
{
background-color: #B334CB;
}
</style>
border-color css
<style>
span { border-color: #B334CB; }
span { border-color: rgb(179,52,203); }
td.TdClassName
{
border-color: #B334CB;
}
.TagClassName
{
border-color: #B334CB;
}
</style>