Shades of Dark Orchid #B827CA
Tints of Dark Orchid #B827CA
RGB
CMYK
RGB Variations
Color information
#B827CA (or 0xB827CA) is known color: Dark Orchid. HEX triplet: B8, 27 and CA. RGB value is (184,39,202). Sum of RGB (Red+Green+Blue) = 184+39+202=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #B827CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827CA is #47D835. Grayscale: #646464. Windows color (decimal): -4708406 or 13248440. OLE color: 13248440.
HSL color Cylindrical-coordinate representation of color #B827CA: hue angle of 293.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B827CA is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 39 | 202 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.21 |
| HSL | 293.37º | 0.68% | 0.47% | - |
| HSV(B) | 293.37º | 0.81% | 0.79% | - |
| XYZ | 31.15 | 15.91 | 57.31 | - |
| YUV | 100.94 | 185.04 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 202 | 0.09 | 0.81 | 0 | 0.21 | 293.37 | 0.68 | 0.47 |
| Hex | B8 | 27 | CA | 9 | 51 | 0 | 15 | 125 | 44 | 2F |
| Octal | 270 | 47 | 312 | 11 | 121 | 0 | 25 | 445 | 104 | 57 |
| Binary | 10111000 | 100111 | 11001010 | 1001 | 1010001 | 0 | 10101 | 100100101 | 1000100 | 101111 |
Color Harmonies of #B827CA
Complementary color
Monochromatic Colors of #B827CA
Black with #B827CA
Text Example
Text Example
White with #B827CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827CA; }
p { color: rgb(184,39,202); }
H1.HeaderClassName
{
color: #B827CA;
}
.AnyTagClassName
{
color: #B827CA;
}
</style>
background-color css
<style>
a { background-color: #B827CA; }
a { background-color: rgb(184,39,202); }
div.DivClassName
{
background-color: #B827CA;
}
.BgClassName
{
background-color: #B827CA;
}
</style>
border-color css
<style>
span { border-color: #B827CA; }
span { border-color: rgb(184,39,202); }
td.TdClassName
{
border-color: #B827CA;
}
.TagClassName
{
border-color: #B827CA;
}
</style>