Shades of Dark Orchid #B526E6
Tints of Dark Orchid #B526E6
RGB
CMYK
RGB Variations
Color information
#B526E6 (or 0xB526E6) is known color: Dark Orchid. HEX triplet: B5, 26 and E6. RGB value is (181,38,230). Sum of RGB (Red+Green+Blue) = 181+38+230=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 38 (15.23% from 255 or 8.46% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #B526E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B526E6 is #4AD919. Grayscale: #666666. Windows color (decimal): -4905242 or 15083189. OLE color: 15083189.
HSL color Cylindrical-coordinate representation of color #B526E6: hue angle of 284.69º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B526E6 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 38 | 230 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.10 |
| HSL | 284.69º | 0.79% | 0.53% | - |
| HSV(B) | 284.69º | 0.83% | 0.9% | - |
| XYZ | 34.03 | 16.92 | 76.34 | - |
| YUV | 102.65 | 199.88 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 230 | 0.21 | 0.83 | 0 | 0.10 | 284.69 | 0.79 | 0.53 |
| Hex | B5 | 26 | E6 | 15 | 53 | 0 | A | 11D | 4F | 35 |
| Octal | 265 | 46 | 346 | 25 | 123 | 0 | 12 | 435 | 117 | 65 |
| Binary | 10110101 | 100110 | 11100110 | 10101 | 1010011 | 0 | 1010 | 100011101 | 1001111 | 110101 |
Color Harmonies of #B526E6
Complementary color
Monochromatic Colors of #B526E6
Black with #B526E6
Text Example
Text Example
White with #B526E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B526E6; }
p { color: rgb(181,38,230); }
H1.HeaderClassName
{
color: #B526E6;
}
.AnyTagClassName
{
color: #B526E6;
}
</style>
background-color css
<style>
a { background-color: #B526E6; }
a { background-color: rgb(181,38,230); }
div.DivClassName
{
background-color: #B526E6;
}
.BgClassName
{
background-color: #B526E6;
}
</style>
border-color css
<style>
span { border-color: #B526E6; }
span { border-color: rgb(181,38,230); }
td.TdClassName
{
border-color: #B526E6;
}
.TagClassName
{
border-color: #B526E6;
}
</style>