Shades of Dark Orchid #B52FDF
Tints of Dark Orchid #B52FDF
RGB
CMYK
RGB Variations
Color information
#B52FDF (or 0xB52FDF) is known color: Dark Orchid. HEX triplet: B5, 2F and DF. RGB value is (181,47,223). Sum of RGB (Red+Green+Blue) = 181+47+223=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #B52FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FDF is #4AD020. Grayscale: #6A6A6A. Windows color (decimal): -4902945 or 14626741. OLE color: 14626741.
HSL color Cylindrical-coordinate representation of color #B52FDF: hue angle of 285.68º 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 #B52FDF is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 47 | 223 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.13 |
| HSL | 285.68º | 0.73% | 0.53% | - |
| HSV(B) | 285.68º | 0.79% | 0.87% | - |
| XYZ | 33.39 | 17.18 | 71.37 | - |
| YUV | 107.13 | 193.39 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 223 | 0.19 | 0.79 | 0 | 0.13 | 285.68 | 0.73 | 0.53 |
| Hex | B5 | 2F | DF | 13 | 4F | 0 | D | 11E | 49 | 35 |
| Octal | 265 | 57 | 337 | 23 | 117 | 0 | 15 | 436 | 111 | 65 |
| Binary | 10110101 | 101111 | 11011111 | 10011 | 1001111 | 0 | 1101 | 100011110 | 1001001 | 110101 |
Color Harmonies of #B52FDF
Complementary color
Monochromatic Colors of #B52FDF
Black with #B52FDF
Text Example
Text Example
White with #B52FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FDF; }
p { color: rgb(181,47,223); }
H1.HeaderClassName
{
color: #B52FDF;
}
.AnyTagClassName
{
color: #B52FDF;
}
</style>
background-color css
<style>
a { background-color: #B52FDF; }
a { background-color: rgb(181,47,223); }
div.DivClassName
{
background-color: #B52FDF;
}
.BgClassName
{
background-color: #B52FDF;
}
</style>
border-color css
<style>
span { border-color: #B52FDF; }
span { border-color: rgb(181,47,223); }
td.TdClassName
{
border-color: #B52FDF;
}
.TagClassName
{
border-color: #B52FDF;
}
</style>