Shades of Dark Orchid #B332C9
Tints of Dark Orchid #B332C9
RGB
CMYK
RGB Variations
Color information
#B332C9 (or 0xB332C9) is known color: Dark Orchid. HEX triplet: B3, 32 and C9. RGB value is (179,50,201). Sum of RGB (Red+Green+Blue) = 179+50+201=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #B332C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332C9 is #4CCD36. Grayscale: #696969. Windows color (decimal): -5033271 or 13185715. OLE color: 13185715.
HSL color Cylindrical-coordinate representation of color #B332C9: hue angle of 291.26º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B332C9 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 50 | 201 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.21 |
| HSL | 291.26º | 0.6% | 0.49% | - |
| HSV(B) | 291.26º | 0.75% | 0.79% | - |
| XYZ | 30.27 | 16.08 | 56.77 | - |
| YUV | 105.79 | 181.74 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 201 | 0.11 | 0.75 | 0 | 0.21 | 291.26 | 0.6 | 0.49 |
| Hex | B3 | 32 | C9 | B | 4B | 0 | 15 | 123 | 3C | 31 |
| Octal | 263 | 62 | 311 | 13 | 113 | 0 | 25 | 443 | 74 | 61 |
| Binary | 10110011 | 110010 | 11001001 | 1011 | 1001011 | 0 | 10101 | 100100011 | 111100 | 110001 |
Color Harmonies of #B332C9
Complementary color
Monochromatic Colors of #B332C9
Black with #B332C9
Text Example
Text Example
White with #B332C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B332C9; }
p { color: rgb(179,50,201); }
H1.HeaderClassName
{
color: #B332C9;
}
.AnyTagClassName
{
color: #B332C9;
}
</style>
background-color css
<style>
a { background-color: #B332C9; }
a { background-color: rgb(179,50,201); }
div.DivClassName
{
background-color: #B332C9;
}
.BgClassName
{
background-color: #B332C9;
}
</style>
border-color css
<style>
span { border-color: #B332C9; }
span { border-color: rgb(179,50,201); }
td.TdClassName
{
border-color: #B332C9;
}
.TagClassName
{
border-color: #B332C9;
}
</style>