Shades of Medium Orchid #B862CA
Tints of Medium Orchid #B862CA
RGB
CMYK
RGB Variations
Color information
#B862CA (or 0xB862CA) is known color: Medium Orchid. HEX triplet: B8, 62 and CA. RGB value is (184,98,202). Sum of RGB (Red+Green+Blue) = 184+98+202=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #B862CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B862CA is #479D35. Grayscale: #878787. Windows color (decimal): -4693302 or 13263544. OLE color: 13263544.
HSL color Cylindrical-coordinate representation of color #B862CA: hue angle of 289.62º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B862CA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 98 | 202 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.21 |
| HSL | 289.62º | 0.5% | 0.59% | - |
| HSV(B) | 289.62º | 0.51% | 0.79% | - |
| XYZ | 34.8 | 23.19 | 58.52 | - |
| YUV | 135.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 202 | 0.09 | 0.51 | 0 | 0.21 | 289.62 | 0.5 | 0.59 |
| Hex | B8 | 62 | CA | 9 | 33 | 0 | 15 | 122 | 32 | 3B |
| Octal | 270 | 142 | 312 | 11 | 63 | 0 | 25 | 442 | 62 | 73 |
| Binary | 10111000 | 1100010 | 11001010 | 1001 | 110011 | 0 | 10101 | 100100010 | 110010 | 111011 |
Color Harmonies of #B862CA
Complementary color
Monochromatic Colors of #B862CA
Black with #B862CA
Text Example
Text Example
White with #B862CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B862CA; }
p { color: rgb(184,98,202); }
H1.HeaderClassName
{
color: #B862CA;
}
.AnyTagClassName
{
color: #B862CA;
}
</style>
background-color css
<style>
a { background-color: #B862CA; }
a { background-color: rgb(184,98,202); }
div.DivClassName
{
background-color: #B862CA;
}
.BgClassName
{
background-color: #B862CA;
}
</style>
border-color css
<style>
span { border-color: #B862CA; }
span { border-color: rgb(184,98,202); }
td.TdClassName
{
border-color: #B862CA;
}
.TagClassName
{
border-color: #B862CA;
}
</style>