Shades of Dark Orchid #B332C5
Tints of Dark Orchid #B332C5
RGB
CMYK
RGB Variations
Color information
#B332C5 (or 0xB332C5) is known color: Dark Orchid. HEX triplet: B3, 32 and C5. RGB value is (179,50,197). Sum of RGB (Red+Green+Blue) = 179+50+197=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #B332C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332C5 is #4CCD3A. Grayscale: #686868. Windows color (decimal): -5033275 or 12923571. OLE color: 12923571.
HSL color Cylindrical-coordinate representation of color #B332C5: hue angle of 292.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B332C5 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 50 | 197 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.23 |
| HSL | 292.65º | 0.6% | 0.48% | - |
| HSV(B) | 292.65º | 0.75% | 0.77% | - |
| XYZ | 29.81 | 15.9 | 54.32 | - |
| YUV | 105.33 | 179.74 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 197 | 0.09 | 0.75 | 0 | 0.23 | 292.65 | 0.6 | 0.48 |
| Hex | B3 | 32 | C5 | 9 | 4B | 0 | 17 | 125 | 3C | 30 |
| Octal | 263 | 62 | 305 | 11 | 113 | 0 | 27 | 445 | 74 | 60 |
| Binary | 10110011 | 110010 | 11000101 | 1001 | 1001011 | 0 | 10111 | 100100101 | 111100 | 110000 |
Color Harmonies of #B332C5
Complementary color
Monochromatic Colors of #B332C5
Black with #B332C5
Text Example
Text Example
White with #B332C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B332C5; }
p { color: rgb(179,50,197); }
H1.HeaderClassName
{
color: #B332C5;
}
.AnyTagClassName
{
color: #B332C5;
}
</style>
background-color css
<style>
a { background-color: #B332C5; }
a { background-color: rgb(179,50,197); }
div.DivClassName
{
background-color: #B332C5;
}
.BgClassName
{
background-color: #B332C5;
}
</style>
border-color css
<style>
span { border-color: #B332C5; }
span { border-color: rgb(179,50,197); }
td.TdClassName
{
border-color: #B332C5;
}
.TagClassName
{
border-color: #B332C5;
}
</style>