Shades of Dark Orchid #B528DF
Tints of Dark Orchid #B528DF
RGB
CMYK
RGB Variations
Color information
#B528DF (or 0xB528DF) is known color: Dark Orchid. HEX triplet: B5, 28 and DF. RGB value is (181,40,223). Sum of RGB (Red+Green+Blue) = 181+40+223=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #B528DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528DF is #4AD720. Grayscale: #666666. Windows color (decimal): -4904737 or 14624949. OLE color: 14624949.
HSL color Cylindrical-coordinate representation of color #B528DF: hue angle of 286.23º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B528DF is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 40 | 223 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.13 |
| HSL | 286.23º | 0.74% | 0.52% | - |
| HSV(B) | 286.23º | 0.82% | 0.87% | - |
| XYZ | 33.13 | 16.67 | 71.28 | - |
| YUV | 103.02 | 195.71 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 223 | 0.19 | 0.82 | 0 | 0.13 | 286.23 | 0.74 | 0.52 |
| Hex | B5 | 28 | DF | 13 | 52 | 0 | D | 11E | 4A | 34 |
| Octal | 265 | 50 | 337 | 23 | 122 | 0 | 15 | 436 | 112 | 64 |
| Binary | 10110101 | 101000 | 11011111 | 10011 | 1010010 | 0 | 1101 | 100011110 | 1001010 | 110100 |
Color Harmonies of #B528DF
Complementary color
Monochromatic Colors of #B528DF
Black with #B528DF
Text Example
Text Example
White with #B528DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528DF; }
p { color: rgb(181,40,223); }
H1.HeaderClassName
{
color: #B528DF;
}
.AnyTagClassName
{
color: #B528DF;
}
</style>
background-color css
<style>
a { background-color: #B528DF; }
a { background-color: rgb(181,40,223); }
div.DivClassName
{
background-color: #B528DF;
}
.BgClassName
{
background-color: #B528DF;
}
</style>
border-color css
<style>
span { border-color: #B528DF; }
span { border-color: rgb(181,40,223); }
td.TdClassName
{
border-color: #B528DF;
}
.TagClassName
{
border-color: #B528DF;
}
</style>