Shades of Dark Orchid #B337CC
Tints of Dark Orchid #B337CC
RGB
CMYK
RGB Variations
Color information
#B337CC (or 0xB337CC) is known color: Dark Orchid. HEX triplet: B3, 37 and CC. RGB value is (179,55,204). Sum of RGB (Red+Green+Blue) = 179+55+204=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #B337CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B337CC is #4CC833. Grayscale: #6C6C6C. Windows color (decimal): -5031988 or 13383603. OLE color: 13383603.
HSL color Cylindrical-coordinate representation of color #B337CC: hue angle of 289.93º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B337CC is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 55 | 204 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.2 |
| HSL | 289.93º | 0.59% | 0.51% | - |
| HSV(B) | 289.93º | 0.73% | 0.8% | - |
| XYZ | 30.86 | 16.68 | 58.72 | - |
| YUV | 109.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 204 | 0.12 | 0.73 | 0 | 0.2 | 289.93 | 0.59 | 0.51 |
| Hex | B3 | 37 | CC | C | 49 | 0 | 14 | 122 | 3B | 33 |
| Octal | 263 | 67 | 314 | 14 | 111 | 0 | 24 | 442 | 73 | 63 |
| Binary | 10110011 | 110111 | 11001100 | 1100 | 1001001 | 0 | 10100 | 100100010 | 111011 | 110011 |
Color Harmonies of #B337CC
Complementary color
Monochromatic Colors of #B337CC
Black with #B337CC
Text Example
Text Example
White with #B337CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B337CC; }
p { color: rgb(179,55,204); }
H1.HeaderClassName
{
color: #B337CC;
}
.AnyTagClassName
{
color: #B337CC;
}
</style>
background-color css
<style>
a { background-color: #B337CC; }
a { background-color: rgb(179,55,204); }
div.DivClassName
{
background-color: #B337CC;
}
.BgClassName
{
background-color: #B337CC;
}
</style>
border-color css
<style>
span { border-color: #B337CC; }
span { border-color: rgb(179,55,204); }
td.TdClassName
{
border-color: #B337CC;
}
.TagClassName
{
border-color: #B337CC;
}
</style>