Shades of Dark Orchid #B92FDF
Tints of Dark Orchid #B92FDF
RGB
CMYK
RGB Variations
Color information
#B92FDF (or 0xB92FDF) is known color: Dark Orchid. HEX triplet: B9, 2F and DF. RGB value is (185,47,223). Sum of RGB (Red+Green+Blue) = 185+47+223=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #B92FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92FDF is #46D020. Grayscale: #6B6B6B. Windows color (decimal): -4640801 or 14626745. OLE color: 14626745.
HSL color Cylindrical-coordinate representation of color #B92FDF: hue angle of 287.05º degrees, saturation: 0.73, 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 #B92FDF is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 47 | 223 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.13 |
| HSL | 287.05º | 0.73% | 0.53% | - |
| HSV(B) | 287.05º | 0.79% | 0.87% | - |
| XYZ | 34.34 | 17.68 | 71.41 | - |
| YUV | 108.33 | 192.72 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 223 | 0.17 | 0.79 | 0 | 0.13 | 287.05 | 0.73 | 0.53 |
| Hex | B9 | 2F | DF | 11 | 4F | 0 | D | 11F | 49 | 35 |
| Octal | 271 | 57 | 337 | 21 | 117 | 0 | 15 | 437 | 111 | 65 |
| Binary | 10111001 | 101111 | 11011111 | 10001 | 1001111 | 0 | 1101 | 100011111 | 1001001 | 110101 |
Color Harmonies of #B92FDF
Complementary color
Monochromatic Colors of #B92FDF
Black with #B92FDF
Text Example
Text Example
White with #B92FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FDF; }
p { color: rgb(185,47,223); }
H1.HeaderClassName
{
color: #B92FDF;
}
.AnyTagClassName
{
color: #B92FDF;
}
</style>
background-color css
<style>
a { background-color: #B92FDF; }
a { background-color: rgb(185,47,223); }
div.DivClassName
{
background-color: #B92FDF;
}
.BgClassName
{
background-color: #B92FDF;
}
</style>
border-color css
<style>
span { border-color: #B92FDF; }
span { border-color: rgb(185,47,223); }
td.TdClassName
{
border-color: #B92FDF;
}
.TagClassName
{
border-color: #B92FDF;
}
</style>