Shades of Dark Orchid #B337C9
Tints of Dark Orchid #B337C9
RGB
CMYK
RGB Variations
Color information
#B337C9 (or 0xB337C9) is known color: Dark Orchid. HEX triplet: B3, 37 and C9. RGB value is (179,55,201). Sum of RGB (Red+Green+Blue) = 179+55+201=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #B337C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B337C9 is #4CC836. Grayscale: #6C6C6C. Windows color (decimal): -5031991 or 13186995. OLE color: 13186995.
HSL color Cylindrical-coordinate representation of color #B337C9: hue angle of 290.96º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B337C9 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 55 | 201 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.21 |
| HSL | 290.96º | 0.57% | 0.5% | - |
| HSV(B) | 290.96º | 0.73% | 0.79% | - |
| XYZ | 30.5 | 16.53 | 56.84 | - |
| YUV | 108.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 201 | 0.11 | 0.73 | 0 | 0.21 | 290.96 | 0.57 | 0.5 |
| Hex | B3 | 37 | C9 | B | 49 | 0 | 15 | 123 | 39 | 32 |
| Octal | 263 | 67 | 311 | 13 | 111 | 0 | 25 | 443 | 71 | 62 |
| Binary | 10110011 | 110111 | 11001001 | 1011 | 1001001 | 0 | 10101 | 100100011 | 111001 | 110010 |
Color Harmonies of #B337C9
Complementary color
Monochromatic Colors of #B337C9
Black with #B337C9
Text Example
Text Example
White with #B337C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B337C9; }
p { color: rgb(179,55,201); }
H1.HeaderClassName
{
color: #B337C9;
}
.AnyTagClassName
{
color: #B337C9;
}
</style>
background-color css
<style>
a { background-color: #B337C9; }
a { background-color: rgb(179,55,201); }
div.DivClassName
{
background-color: #B337C9;
}
.BgClassName
{
background-color: #B337C9;
}
</style>
border-color css
<style>
span { border-color: #B337C9; }
span { border-color: rgb(179,55,201); }
td.TdClassName
{
border-color: #B337C9;
}
.TagClassName
{
border-color: #B337C9;
}
</style>