Shades of Dark Orchid #B334C3
Tints of Dark Orchid #B334C3
RGB
CMYK
RGB Variations
Color information
#B334C3 (or 0xB334C3) is known color: Dark Orchid. HEX triplet: B3, 34 and C3. RGB value is (179,52,195). Sum of RGB (Red+Green+Blue) = 179+52+195=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #B334C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334C3 is #4CCB3C. Grayscale: #696969. Windows color (decimal): -5032765 or 12793011. OLE color: 12793011.
HSL color Cylindrical-coordinate representation of color #B334C3: hue angle of 293.29º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B334C3 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 52 | 195 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.24 |
| HSL | 293.29º | 0.58% | 0.48% | - |
| HSV(B) | 293.29º | 0.73% | 0.76% | - |
| XYZ | 29.67 | 15.98 | 53.15 | - |
| YUV | 106.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 195 | 0.08 | 0.73 | 0 | 0.24 | 293.29 | 0.58 | 0.48 |
| Hex | B3 | 34 | C3 | 8 | 49 | 0 | 18 | 125 | 3A | 30 |
| Octal | 263 | 64 | 303 | 10 | 111 | 0 | 30 | 445 | 72 | 60 |
| Binary | 10110011 | 110100 | 11000011 | 1000 | 1001001 | 0 | 11000 | 100100101 | 111010 | 110000 |
Color Harmonies of #B334C3
Complementary color
Monochromatic Colors of #B334C3
Black with #B334C3
Text Example
Text Example
White with #B334C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334C3; }
p { color: rgb(179,52,195); }
H1.HeaderClassName
{
color: #B334C3;
}
.AnyTagClassName
{
color: #B334C3;
}
</style>
background-color css
<style>
a { background-color: #B334C3; }
a { background-color: rgb(179,52,195); }
div.DivClassName
{
background-color: #B334C3;
}
.BgClassName
{
background-color: #B334C3;
}
</style>
border-color css
<style>
span { border-color: #B334C3; }
span { border-color: rgb(179,52,195); }
td.TdClassName
{
border-color: #B334C3;
}
.TagClassName
{
border-color: #B334C3;
}
</style>