Shades of Dark Orchid #B334C5
Tints of Dark Orchid #B334C5
RGB
CMYK
RGB Variations
Color information
#B334C5 (or 0xB334C5) is known color: Dark Orchid. HEX triplet: B3, 34 and C5. RGB value is (179,52,197). Sum of RGB (Red+Green+Blue) = 179+52+197=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 197 (77.34% from 255 or 46.03% from 428); Max value from RGB is 197 - color contains mainly: blue. Hex color #B334C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334C5 is #4CCB3A. Grayscale: #6A6A6A. Windows color (decimal): -5032763 or 12924083. OLE color: 12924083.
HSL color Cylindrical-coordinate representation of color #B334C5: hue angle of 292.55º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B334C5 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 52 | 197 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.23 |
| HSL | 292.55º | 0.58% | 0.49% | - |
| HSV(B) | 292.55º | 0.74% | 0.77% | - |
| XYZ | 29.9 | 16.07 | 54.35 | - |
| YUV | 106.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 197 | 0.09 | 0.74 | 0 | 0.23 | 292.55 | 0.58 | 0.49 |
| Hex | B3 | 34 | C5 | 9 | 4A | 0 | 17 | 125 | 3A | 31 |
| Octal | 263 | 64 | 305 | 11 | 112 | 0 | 27 | 445 | 72 | 61 |
| Binary | 10110011 | 110100 | 11000101 | 1001 | 1001010 | 0 | 10111 | 100100101 | 111010 | 110001 |
Color Harmonies of #B334C5
Complementary color
Monochromatic Colors of #B334C5
Black with #B334C5
Text Example
Text Example
White with #B334C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334C5; }
p { color: rgb(179,52,197); }
H1.HeaderClassName
{
color: #B334C5;
}
.AnyTagClassName
{
color: #B334C5;
}
</style>
background-color css
<style>
a { background-color: #B334C5; }
a { background-color: rgb(179,52,197); }
div.DivClassName
{
background-color: #B334C5;
}
.BgClassName
{
background-color: #B334C5;
}
</style>
border-color css
<style>
span { border-color: #B334C5; }
span { border-color: rgb(179,52,197); }
td.TdClassName
{
border-color: #B334C5;
}
.TagClassName
{
border-color: #B334C5;
}
</style>