Shades of Dark Orchid #B920DA
Tints of Dark Orchid #B920DA
RGB
CMYK
RGB Variations
Color information
#B920DA (or 0xB920DA) is known color: Dark Orchid. HEX triplet: B9, 20 and DA. RGB value is (185,32,218). Sum of RGB (Red+Green+Blue) = 185+32+218=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #B920DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920DA is #46DF25. Grayscale: #626262. Windows color (decimal): -4644646 or 14295225. OLE color: 14295225.
HSL color Cylindrical-coordinate representation of color #B920DA: hue angle of 289.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B920DA is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 32 | 218 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.15 |
| HSL | 289.35º | 0.74% | 0.49% | - |
| HSV(B) | 289.35º | 0.85% | 0.85% | - |
| XYZ | 33.18 | 16.41 | 67.75 | - |
| YUV | 98.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 218 | 0.15 | 0.85 | 0 | 0.15 | 289.35 | 0.74 | 0.49 |
| Hex | B9 | 20 | DA | F | 55 | 0 | F | 121 | 4A | 31 |
| Octal | 271 | 40 | 332 | 17 | 125 | 0 | 17 | 441 | 112 | 61 |
| Binary | 10111001 | 100000 | 11011010 | 1111 | 1010101 | 0 | 1111 | 100100001 | 1001010 | 110001 |
Color Harmonies of #B920DA
Complementary color
Monochromatic Colors of #B920DA
Black with #B920DA
Text Example
Text Example
White with #B920DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B920DA; }
p { color: rgb(185,32,218); }
H1.HeaderClassName
{
color: #B920DA;
}
.AnyTagClassName
{
color: #B920DA;
}
</style>
background-color css
<style>
a { background-color: #B920DA; }
a { background-color: rgb(185,32,218); }
div.DivClassName
{
background-color: #B920DA;
}
.BgClassName
{
background-color: #B920DA;
}
</style>
border-color css
<style>
span { border-color: #B920DA; }
span { border-color: rgb(185,32,218); }
td.TdClassName
{
border-color: #B920DA;
}
.TagClassName
{
border-color: #B920DA;
}
</style>