Shades of Dark Orchid #B52DF2
Tints of Dark Orchid #B52DF2
RGB
CMYK
RGB Variations
Color information
#B52DF2 (or 0xB52DF2) is known color: Dark Orchid. HEX triplet: B5, 2D and F2. RGB value is (181,45,242). Sum of RGB (Red+Green+Blue) = 181+45+242=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #B52DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52DF2 is #4AD20D. Grayscale: #6B6B6B. Windows color (decimal): -4903438 or 15871413. OLE color: 15871413.
HSL color Cylindrical-coordinate representation of color #B52DF2: hue angle of 281.42º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52DF2 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 45 | 242 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.05 |
| HSL | 281.42º | 0.88% | 0.56% | - |
| HSV(B) | 281.42º | 0.81% | 0.95% | - |
| XYZ | 36.02 | 18.11 | 85.6 | - |
| YUV | 108.12 | 203.56 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 242 | 0.25 | 0.81 | 0 | 0.05 | 281.42 | 0.88 | 0.56 |
| Hex | B5 | 2D | F2 | 19 | 51 | 0 | 5 | 119 | 58 | 38 |
| Octal | 265 | 55 | 362 | 31 | 121 | 0 | 5 | 431 | 130 | 70 |
| Binary | 10110101 | 101101 | 11110010 | 11001 | 1010001 | 0 | 101 | 100011001 | 1011000 | 111000 |
Color Harmonies of #B52DF2
Complementary color
Monochromatic Colors of #B52DF2
Black with #B52DF2
Text Example
Text Example
White with #B52DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DF2; }
p { color: rgb(181,45,242); }
H1.HeaderClassName
{
color: #B52DF2;
}
.AnyTagClassName
{
color: #B52DF2;
}
</style>
background-color css
<style>
a { background-color: #B52DF2; }
a { background-color: rgb(181,45,242); }
div.DivClassName
{
background-color: #B52DF2;
}
.BgClassName
{
background-color: #B52DF2;
}
</style>
border-color css
<style>
span { border-color: #B52DF2; }
span { border-color: rgb(181,45,242); }
td.TdClassName
{
border-color: #B52DF2;
}
.TagClassName
{
border-color: #B52DF2;
}
</style>