Shades of Dark Orchid #B528BE
Tints of Dark Orchid #B528BE
RGB
CMYK
RGB Variations
Color information
#B528BE (or 0xB528BE) is known color: Dark Orchid. HEX triplet: B5, 28 and BE. RGB value is (181,40,190). Sum of RGB (Red+Green+Blue) = 181+40+190=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #B528BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528BE is #4AD741. Grayscale: #626262. Windows color (decimal): -4904770 or 12462261. OLE color: 12462261.
HSL color Cylindrical-coordinate representation of color #B528BE: hue angle of 296.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B528BE is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 40 | 190 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.25 |
| HSL | 296.4º | 0.65% | 0.45% | - |
| HSV(B) | 296.4º | 0.79% | 0.75% | - |
| XYZ | 29.11 | 15.06 | 50.09 | - |
| YUV | 99.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 190 | 0.05 | 0.79 | 0 | 0.25 | 296.4 | 0.65 | 0.45 |
| Hex | B5 | 28 | BE | 5 | 4F | 0 | 19 | 128 | 41 | 2D |
| Octal | 265 | 50 | 276 | 5 | 117 | 0 | 31 | 450 | 101 | 55 |
| Binary | 10110101 | 101000 | 10111110 | 101 | 1001111 | 0 | 11001 | 100101000 | 1000001 | 101101 |
Color Harmonies of #B528BE
Complementary color
Monochromatic Colors of #B528BE
Black with #B528BE
Text Example
Text Example
White with #B528BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528BE; }
p { color: rgb(181,40,190); }
H1.HeaderClassName
{
color: #B528BE;
}
.AnyTagClassName
{
color: #B528BE;
}
</style>
background-color css
<style>
a { background-color: #B528BE; }
a { background-color: rgb(181,40,190); }
div.DivClassName
{
background-color: #B528BE;
}
.BgClassName
{
background-color: #B528BE;
}
</style>
border-color css
<style>
span { border-color: #B528BE; }
span { border-color: rgb(181,40,190); }
td.TdClassName
{
border-color: #B528BE;
}
.TagClassName
{
border-color: #B528BE;
}
</style>