Shades of Dark Orchid #B92FDD
Tints of Dark Orchid #B92FDD
RGB
CMYK
RGB Variations
Color information
#B92FDD (or 0xB92FDD) is known color: Dark Orchid. HEX triplet: B9, 2F and DD. RGB value is (185,47,221). Sum of RGB (Red+Green+Blue) = 185+47+221=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #B92FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92FDD is #46D022. Grayscale: #6B6B6B. Windows color (decimal): -4640803 or 14495673. OLE color: 14495673.
HSL color Cylindrical-coordinate representation of color #B92FDD: hue angle of 287.59º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92FDD is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 47 | 221 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.13 |
| HSL | 287.59º | 0.72% | 0.53% | - |
| HSV(B) | 287.59º | 0.79% | 0.87% | - |
| XYZ | 34.08 | 17.57 | 70 | - |
| YUV | 108.1 | 191.72 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 221 | 0.16 | 0.79 | 0 | 0.13 | 287.59 | 0.72 | 0.53 |
| Hex | B9 | 2F | DD | 10 | 4F | 0 | D | 120 | 48 | 35 |
| Octal | 271 | 57 | 335 | 20 | 117 | 0 | 15 | 440 | 110 | 65 |
| Binary | 10111001 | 101111 | 11011101 | 10000 | 1001111 | 0 | 1101 | 100100000 | 1001000 | 110101 |
Color Harmonies of #B92FDD
Complementary color
Monochromatic Colors of #B92FDD
Black with #B92FDD
Text Example
Text Example
White with #B92FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FDD; }
p { color: rgb(185,47,221); }
H1.HeaderClassName
{
color: #B92FDD;
}
.AnyTagClassName
{
color: #B92FDD;
}
</style>
background-color css
<style>
a { background-color: #B92FDD; }
a { background-color: rgb(185,47,221); }
div.DivClassName
{
background-color: #B92FDD;
}
.BgClassName
{
background-color: #B92FDD;
}
</style>
border-color css
<style>
span { border-color: #B92FDD; }
span { border-color: rgb(185,47,221); }
td.TdClassName
{
border-color: #B92FDD;
}
.TagClassName
{
border-color: #B92FDD;
}
</style>