Shades of Dark Orchid #B526BF
Tints of Dark Orchid #B526BF
RGB
CMYK
RGB Variations
Color information
#B526BF (or 0xB526BF) is known color: Dark Orchid. HEX triplet: B5, 26 and BF. RGB value is (181,38,191). Sum of RGB (Red+Green+Blue) = 181+38+191=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #B526BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526BF is #4AD940. Grayscale: #616161. Windows color (decimal): -4905281 or 12527285. OLE color: 12527285.
HSL color Cylindrical-coordinate representation of color #B526BF: hue angle of 296.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B526BF is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 38 | 191 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.25 |
| HSL | 296.08º | 0.67% | 0.45% | - |
| HSV(B) | 296.08º | 0.8% | 0.75% | - |
| XYZ | 29.15 | 14.97 | 50.64 | - |
| YUV | 98.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 191 | 0.05 | 0.80 | 0 | 0.25 | 296.08 | 0.67 | 0.45 |
| Hex | B5 | 26 | BF | 5 | 50 | 0 | 19 | 128 | 43 | 2D |
| Octal | 265 | 46 | 277 | 5 | 120 | 0 | 31 | 450 | 103 | 55 |
| Binary | 10110101 | 100110 | 10111111 | 101 | 1010000 | 0 | 11001 | 100101000 | 1000011 | 101101 |
Color Harmonies of #B526BF
Complementary color
Monochromatic Colors of #B526BF
Black with #B526BF
Text Example
Text Example
White with #B526BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B526BF; }
p { color: rgb(181,38,191); }
H1.HeaderClassName
{
color: #B526BF;
}
.AnyTagClassName
{
color: #B526BF;
}
</style>
background-color css
<style>
a { background-color: #B526BF; }
a { background-color: rgb(181,38,191); }
div.DivClassName
{
background-color: #B526BF;
}
.BgClassName
{
background-color: #B526BF;
}
</style>
border-color css
<style>
span { border-color: #B526BF; }
span { border-color: rgb(181,38,191); }
td.TdClassName
{
border-color: #B526BF;
}
.TagClassName
{
border-color: #B526BF;
}
</style>