Shades of Dark Orchid #B92ADF
Tints of Dark Orchid #B92ADF
RGB
CMYK
RGB Variations
Color information
#B92ADF (or 0xB92ADF) is known color: Dark Orchid. HEX triplet: B9, 2A and DF. RGB value is (185,42,223). Sum of RGB (Red+Green+Blue) = 185+42+223=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #B92ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ADF is #46D520. Grayscale: #686868. Windows color (decimal): -4642081 or 14625465. OLE color: 14625465.
HSL color Cylindrical-coordinate representation of color #B92ADF: hue angle of 287.4º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92ADF is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 42 | 223 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.13 |
| HSL | 287.4º | 0.74% | 0.52% | - |
| HSV(B) | 287.4º | 0.81% | 0.87% | - |
| XYZ | 34.15 | 17.3 | 71.35 | - |
| YUV | 105.39 | 194.38 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 223 | 0.17 | 0.81 | 0 | 0.13 | 287.4 | 0.74 | 0.52 |
| Hex | B9 | 2A | DF | 11 | 51 | 0 | D | 11F | 4A | 34 |
| Octal | 271 | 52 | 337 | 21 | 121 | 0 | 15 | 437 | 112 | 64 |
| Binary | 10111001 | 101010 | 11011111 | 10001 | 1010001 | 0 | 1101 | 100011111 | 1001010 | 110100 |
Color Harmonies of #B92ADF
Complementary color
Monochromatic Colors of #B92ADF
Black with #B92ADF
Text Example
Text Example
White with #B92ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92ADF; }
p { color: rgb(185,42,223); }
H1.HeaderClassName
{
color: #B92ADF;
}
.AnyTagClassName
{
color: #B92ADF;
}
</style>
background-color css
<style>
a { background-color: #B92ADF; }
a { background-color: rgb(185,42,223); }
div.DivClassName
{
background-color: #B92ADF;
}
.BgClassName
{
background-color: #B92ADF;
}
</style>
border-color css
<style>
span { border-color: #B92ADF; }
span { border-color: rgb(185,42,223); }
td.TdClassName
{
border-color: #B92ADF;
}
.TagClassName
{
border-color: #B92ADF;
}
</style>