Shades of Dark Orchid #B524B5
Tints of Dark Orchid #B524B5
RGB
CMYK
RGB Variations
Color information
#B524B5 (or 0xB524B5) is known color: Dark Orchid. HEX triplet: B5, 24 and B5. RGB value is (181,36,181). Sum of RGB (Red+Green+Blue) = 181+36+181=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B524B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524B5 is #4ADB4A. Grayscale: #5F5F5F. Windows color (decimal): -4905803 or 11871413. OLE color: 11871413.
HSL color Cylindrical-coordinate representation of color #B524B5: hue angle of 300º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B524B5 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 36 | 181 | - |
CMYK | 0 | 0.80 | 0 | 0.29 |
HSL | 300º | 0.67% | 0.43% | - |
HSV(B) | 300º | 0.8% | 0.71% | - |
XYZ | 28.03 | 14.42 | 45.02 | - |
YUV | 95.89 | 176.04 | 188.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 36 | 181 | 0 | 0.80 | 0 | 0.29 | 300 | 0.67 | 0.43 |
Hex | B5 | 24 | B5 | 0 | 50 | 0 | 1D | 12C | 43 | 2B |
Octal | 265 | 44 | 265 | 0 | 120 | 0 | 35 | 454 | 103 | 53 |
Binary | 10110101 | 100100 | 10110101 | 0 | 1010000 | 0 | 11101 | 100101100 | 1000011 | 101011 |
Color Harmonies of #B524B5
Complementary color
Monochromatic Colors of #B524B5
Black with #B524B5
Text Example
Text Example
White with #B524B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B524B5; }
p { color: rgb(181,36,181); }
H1.HeaderClassName
{
color: #B524B5;
}
.AnyTagClassName
{
color: #B524B5;
}
</style>
background-color css
<style>
a { background-color: #B524B5; }
a { background-color: rgb(181,36,181); }
div.DivClassName
{
background-color: #B524B5;
}
.BgClassName
{
background-color: #B524B5;
}
</style>
border-color css
<style>
span { border-color: #B524B5; }
span { border-color: rgb(181,36,181); }
td.TdClassName
{
border-color: #B524B5;
}
.TagClassName
{
border-color: #B524B5;
}
</style>