Shades of Dark Orchid #B528BB
Tints of Dark Orchid #B528BB
RGB
CMYK
RGB Variations
Color information
#B528BB (or 0xB528BB) is known color: Dark Orchid. HEX triplet: B5, 28 and BB. RGB value is (181,40,187). Sum of RGB (Red+Green+Blue) = 181+40+187=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #B528BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528BB is #4AD744. Grayscale: #626262. Windows color (decimal): -4904773 or 12265653. OLE color: 12265653.
HSL color Cylindrical-coordinate representation of color #B528BB: hue angle of 297.55º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B528BB is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 40 | 187 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.27 |
| HSL | 297.55º | 0.65% | 0.45% | - |
| HSV(B) | 297.55º | 0.79% | 0.73% | - |
| XYZ | 28.78 | 14.93 | 48.38 | - |
| YUV | 98.92 | 177.71 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 187 | 0.03 | 0.79 | 0 | 0.27 | 297.55 | 0.65 | 0.45 |
| Hex | B5 | 28 | BB | 3 | 4F | 0 | 1B | 12A | 41 | 2D |
| Octal | 265 | 50 | 273 | 3 | 117 | 0 | 33 | 452 | 101 | 55 |
| Binary | 10110101 | 101000 | 10111011 | 11 | 1001111 | 0 | 11011 | 100101010 | 1000001 | 101101 |
Color Harmonies of #B528BB
Complementary color
Monochromatic Colors of #B528BB
Black with #B528BB
Text Example
Text Example
White with #B528BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528BB; }
p { color: rgb(181,40,187); }
H1.HeaderClassName
{
color: #B528BB;
}
.AnyTagClassName
{
color: #B528BB;
}
</style>
background-color css
<style>
a { background-color: #B528BB; }
a { background-color: rgb(181,40,187); }
div.DivClassName
{
background-color: #B528BB;
}
.BgClassName
{
background-color: #B528BB;
}
</style>
border-color css
<style>
span { border-color: #B528BB; }
span { border-color: rgb(181,40,187); }
td.TdClassName
{
border-color: #B528BB;
}
.TagClassName
{
border-color: #B528BB;
}
</style>