Shades of Dark Orchid #B528BD
Tints of Dark Orchid #B528BD
RGB
CMYK
RGB Variations
Color information
#B528BD (or 0xB528BD) is known color: Dark Orchid. HEX triplet: B5, 28 and BD. RGB value is (181,40,189). Sum of RGB (Red+Green+Blue) = 181+40+189=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #B528BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528BD is #4AD742. Grayscale: #626262. Windows color (decimal): -4904771 or 12396725. OLE color: 12396725.
HSL color Cylindrical-coordinate representation of color #B528BD: hue angle of 296.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B528BD is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 40 | 189 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.26 |
| HSL | 296.78º | 0.65% | 0.45% | - |
| HSV(B) | 296.78º | 0.79% | 0.74% | - |
| XYZ | 29 | 15.02 | 49.51 | - |
| YUV | 99.15 | 178.71 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 189 | 0.04 | 0.79 | 0 | 0.26 | 296.78 | 0.65 | 0.45 |
| Hex | B5 | 28 | BD | 4 | 4F | 0 | 1A | 129 | 41 | 2D |
| Octal | 265 | 50 | 275 | 4 | 117 | 0 | 32 | 451 | 101 | 55 |
| Binary | 10110101 | 101000 | 10111101 | 100 | 1001111 | 0 | 11010 | 100101001 | 1000001 | 101101 |
Color Harmonies of #B528BD
Complementary color
Monochromatic Colors of #B528BD
Black with #B528BD
Text Example
Text Example
White with #B528BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528BD; }
p { color: rgb(181,40,189); }
H1.HeaderClassName
{
color: #B528BD;
}
.AnyTagClassName
{
color: #B528BD;
}
</style>
background-color css
<style>
a { background-color: #B528BD; }
a { background-color: rgb(181,40,189); }
div.DivClassName
{
background-color: #B528BD;
}
.BgClassName
{
background-color: #B528BD;
}
</style>
border-color css
<style>
span { border-color: #B528BD; }
span { border-color: rgb(181,40,189); }
td.TdClassName
{
border-color: #B528BD;
}
.TagClassName
{
border-color: #B528BD;
}
</style>