Shades of Dark Orchid #B527C4
Tints of Dark Orchid #B527C4
RGB
CMYK
RGB Variations
Color information
#B527C4 (or 0xB527C4) is known color: Dark Orchid. HEX triplet: B5, 27 and C4. RGB value is (181,39,196). Sum of RGB (Red+Green+Blue) = 181+39+196=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: blue. Hex color #B527C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527C4 is #4AD83B. Grayscale: #626262. Windows color (decimal): -4905020 or 12855221. OLE color: 12855221.
HSL color Cylindrical-coordinate representation of color #B527C4: hue angle of 294.27º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B527C4 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 39 | 196 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.23 |
| HSL | 294.27º | 0.67% | 0.46% | - |
| HSV(B) | 294.27º | 0.8% | 0.77% | - |
| XYZ | 29.75 | 15.26 | 53.6 | - |
| YUV | 99.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 196 | 0.08 | 0.80 | 0 | 0.23 | 294.27 | 0.67 | 0.46 |
| Hex | B5 | 27 | C4 | 8 | 50 | 0 | 17 | 126 | 43 | 2E |
| Octal | 265 | 47 | 304 | 10 | 120 | 0 | 27 | 446 | 103 | 56 |
| Binary | 10110101 | 100111 | 11000100 | 1000 | 1010000 | 0 | 10111 | 100100110 | 1000011 | 101110 |
Color Harmonies of #B527C4
Complementary color
Monochromatic Colors of #B527C4
Black with #B527C4
Text Example
Text Example
White with #B527C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527C4; }
p { color: rgb(181,39,196); }
H1.HeaderClassName
{
color: #B527C4;
}
.AnyTagClassName
{
color: #B527C4;
}
</style>
background-color css
<style>
a { background-color: #B527C4; }
a { background-color: rgb(181,39,196); }
div.DivClassName
{
background-color: #B527C4;
}
.BgClassName
{
background-color: #B527C4;
}
</style>
border-color css
<style>
span { border-color: #B527C4; }
span { border-color: rgb(181,39,196); }
td.TdClassName
{
border-color: #B527C4;
}
.TagClassName
{
border-color: #B527C4;
}
</style>