Shades of Dark Orchid #B331D0
Tints of Dark Orchid #B331D0
RGB
CMYK
RGB Variations
Color information
#B331D0 (or 0xB331D0) is known color: Dark Orchid. HEX triplet: B3, 31 and D0. RGB value is (179,49,208). Sum of RGB (Red+Green+Blue) = 179+49+208=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #B331D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331D0 is #4CCE2F. Grayscale: #696969. Windows color (decimal): -5033520 or 13644211. OLE color: 13644211.
HSL color Cylindrical-coordinate representation of color #B331D0: hue angle of 289.06º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B331D0 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 49 | 208 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.18 |
| HSL | 289.06º | 0.63% | 0.5% | - |
| HSV(B) | 289.06º | 0.76% | 0.82% | - |
| XYZ | 31.07 | 16.33 | 61.19 | - |
| YUV | 106 | 185.57 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 208 | 0.14 | 0.76 | 0 | 0.18 | 289.06 | 0.63 | 0.5 |
| Hex | B3 | 31 | D0 | E | 4C | 0 | 12 | 121 | 3F | 32 |
| Octal | 263 | 61 | 320 | 16 | 114 | 0 | 22 | 441 | 77 | 62 |
| Binary | 10110011 | 110001 | 11010000 | 1110 | 1001100 | 0 | 10010 | 100100001 | 111111 | 110010 |
Color Harmonies of #B331D0
Complementary color
Monochromatic Colors of #B331D0
Black with #B331D0
Text Example
Text Example
White with #B331D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B331D0; }
p { color: rgb(179,49,208); }
H1.HeaderClassName
{
color: #B331D0;
}
.AnyTagClassName
{
color: #B331D0;
}
</style>
background-color css
<style>
a { background-color: #B331D0; }
a { background-color: rgb(179,49,208); }
div.DivClassName
{
background-color: #B331D0;
}
.BgClassName
{
background-color: #B331D0;
}
</style>
border-color css
<style>
span { border-color: #B331D0; }
span { border-color: rgb(179,49,208); }
td.TdClassName
{
border-color: #B331D0;
}
.TagClassName
{
border-color: #B331D0;
}
</style>