Shades of Dark Orchid #B334CC
Tints of Dark Orchid #B334CC
RGB
CMYK
RGB Variations
Color information
#B334CC (or 0xB334CC) is known color: Dark Orchid. HEX triplet: B3, 34 and CC. RGB value is (179,52,204). Sum of RGB (Red+Green+Blue) = 179+52+204=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #B334CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334CC is #4CCB33. Grayscale: #6A6A6A. Windows color (decimal): -5032756 or 13382835. OLE color: 13382835.
HSL color Cylindrical-coordinate representation of color #B334CC: hue angle of 290.13º 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 #B334CC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 52 | 204 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.2 |
| HSL | 290.13º | 0.6% | 0.5% | - |
| HSV(B) | 290.13º | 0.75% | 0.8% | - |
| XYZ | 30.72 | 16.4 | 58.67 | - |
| YUV | 107.3 | 182.58 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 204 | 0.12 | 0.75 | 0 | 0.2 | 290.13 | 0.6 | 0.5 |
| Hex | B3 | 34 | CC | C | 4B | 0 | 14 | 122 | 3C | 32 |
| Octal | 263 | 64 | 314 | 14 | 113 | 0 | 24 | 442 | 74 | 62 |
| Binary | 10110011 | 110100 | 11001100 | 1100 | 1001011 | 0 | 10100 | 100100010 | 111100 | 110010 |
Color Harmonies of #B334CC
Complementary color
Monochromatic Colors of #B334CC
Black with #B334CC
Text Example
Text Example
White with #B334CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334CC; }
p { color: rgb(179,52,204); }
H1.HeaderClassName
{
color: #B334CC;
}
.AnyTagClassName
{
color: #B334CC;
}
</style>
background-color css
<style>
a { background-color: #B334CC; }
a { background-color: rgb(179,52,204); }
div.DivClassName
{
background-color: #B334CC;
}
.BgClassName
{
background-color: #B334CC;
}
</style>
border-color css
<style>
span { border-color: #B334CC; }
span { border-color: rgb(179,52,204); }
td.TdClassName
{
border-color: #B334CC;
}
.TagClassName
{
border-color: #B334CC;
}
</style>