Shades of Dark Orchid #B334C4
Tints of Dark Orchid #B334C4
RGB
CMYK
RGB Variations
Color information
#B334C4 (or 0xB334C4) is known color: Dark Orchid. HEX triplet: B3, 34 and C4. RGB value is (179,52,196). Sum of RGB (Red+Green+Blue) = 179+52+196=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 196 - color contains mainly: blue. Hex color #B334C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334C4 is #4CCB3B. Grayscale: #696969. Windows color (decimal): -5032764 or 12858547. OLE color: 12858547.
HSL color Cylindrical-coordinate representation of color #B334C4: hue angle of 292.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B334C4 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 52 | 196 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.23 |
| HSL | 292.92º | 0.58% | 0.49% | - |
| HSV(B) | 292.92º | 0.73% | 0.77% | - |
| XYZ | 29.78 | 16.03 | 53.75 | - |
| YUV | 106.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 196 | 0.09 | 0.73 | 0 | 0.23 | 292.92 | 0.58 | 0.49 |
| Hex | B3 | 34 | C4 | 9 | 49 | 0 | 17 | 125 | 3A | 31 |
| Octal | 263 | 64 | 304 | 11 | 111 | 0 | 27 | 445 | 72 | 61 |
| Binary | 10110011 | 110100 | 11000100 | 1001 | 1001001 | 0 | 10111 | 100100101 | 111010 | 110001 |
Color Harmonies of #B334C4
Complementary color
Monochromatic Colors of #B334C4
Black with #B334C4
Text Example
Text Example
White with #B334C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334C4; }
p { color: rgb(179,52,196); }
H1.HeaderClassName
{
color: #B334C4;
}
.AnyTagClassName
{
color: #B334C4;
}
</style>
background-color css
<style>
a { background-color: #B334C4; }
a { background-color: rgb(179,52,196); }
div.DivClassName
{
background-color: #B334C4;
}
.BgClassName
{
background-color: #B334C4;
}
</style>
border-color css
<style>
span { border-color: #B334C4; }
span { border-color: rgb(179,52,196); }
td.TdClassName
{
border-color: #B334C4;
}
.TagClassName
{
border-color: #B334C4;
}
</style>