Shades of Dark Orchid #B527C3
Tints of Dark Orchid #B527C3
RGB
CMYK
RGB Variations
Color information
#B527C3 (or 0xB527C3) is known color: Dark Orchid. HEX triplet: B5, 27 and C3. RGB value is (181,39,195). Sum of RGB (Red+Green+Blue) = 181+39+195=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #B527C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527C3 is #4AD83C. Grayscale: #626262. Windows color (decimal): -4905021 or 12789685. OLE color: 12789685.
HSL color Cylindrical-coordinate representation of color #B527C3: hue angle of 294.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B527C3 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 39 | 195 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.24 |
| HSL | 294.62º | 0.67% | 0.46% | - |
| HSV(B) | 294.62º | 0.8% | 0.76% | - |
| XYZ | 29.63 | 15.21 | 53 | - |
| YUV | 99.24 | 182.04 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 195 | 0.07 | 0.80 | 0 | 0.24 | 294.62 | 0.67 | 0.46 |
| Hex | B5 | 27 | C3 | 7 | 50 | 0 | 18 | 127 | 43 | 2E |
| Octal | 265 | 47 | 303 | 7 | 120 | 0 | 30 | 447 | 103 | 56 |
| Binary | 10110101 | 100111 | 11000011 | 111 | 1010000 | 0 | 11000 | 100100111 | 1000011 | 101110 |
Color Harmonies of #B527C3
Complementary color
Monochromatic Colors of #B527C3
Black with #B527C3
Text Example
Text Example
White with #B527C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527C3; }
p { color: rgb(181,39,195); }
H1.HeaderClassName
{
color: #B527C3;
}
.AnyTagClassName
{
color: #B527C3;
}
</style>
background-color css
<style>
a { background-color: #B527C3; }
a { background-color: rgb(181,39,195); }
div.DivClassName
{
background-color: #B527C3;
}
.BgClassName
{
background-color: #B527C3;
}
</style>
border-color css
<style>
span { border-color: #B527C3; }
span { border-color: rgb(181,39,195); }
td.TdClassName
{
border-color: #B527C3;
}
.TagClassName
{
border-color: #B527C3;
}
</style>