Shades of Dark Orchid #B527BC
Tints of Dark Orchid #B527BC
RGB
CMYK
RGB Variations
Color information
#B527BC (or 0xB527BC) is known color: Dark Orchid. HEX triplet: B5, 27 and BC. RGB value is (181,39,188). Sum of RGB (Red+Green+Blue) = 181+39+188=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #B527BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527BC is #4AD843. Grayscale: #616161. Windows color (decimal): -4905028 or 12330933. OLE color: 12330933.
HSL color Cylindrical-coordinate representation of color #B527BC: hue angle of 297.18º degrees, saturation: 0.66, 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 #B527BC is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 39 | 188 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.26 |
| HSL | 297.18º | 0.66% | 0.45% | - |
| HSV(B) | 297.18º | 0.79% | 0.74% | - |
| XYZ | 28.86 | 14.91 | 48.93 | - |
| YUV | 98.44 | 178.54 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 188 | 0.04 | 0.79 | 0 | 0.26 | 297.18 | 0.66 | 0.45 |
| Hex | B5 | 27 | BC | 4 | 4F | 0 | 1A | 129 | 42 | 2D |
| Octal | 265 | 47 | 274 | 4 | 117 | 0 | 32 | 451 | 102 | 55 |
| Binary | 10110101 | 100111 | 10111100 | 100 | 1001111 | 0 | 11010 | 100101001 | 1000010 | 101101 |
Color Harmonies of #B527BC
Complementary color
Monochromatic Colors of #B527BC
Black with #B527BC
Text Example
Text Example
White with #B527BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527BC; }
p { color: rgb(181,39,188); }
H1.HeaderClassName
{
color: #B527BC;
}
.AnyTagClassName
{
color: #B527BC;
}
</style>
background-color css
<style>
a { background-color: #B527BC; }
a { background-color: rgb(181,39,188); }
div.DivClassName
{
background-color: #B527BC;
}
.BgClassName
{
background-color: #B527BC;
}
</style>
border-color css
<style>
span { border-color: #B527BC; }
span { border-color: rgb(181,39,188); }
td.TdClassName
{
border-color: #B527BC;
}
.TagClassName
{
border-color: #B527BC;
}
</style>