Shades of Medium Orchid #B85CCA
Tints of Medium Orchid #B85CCA
RGB
CMYK
RGB Variations
Color information
#B85CCA (or 0xB85CCA) is known color: Medium Orchid. HEX triplet: B8, 5C and CA. RGB value is (184,92,202). Sum of RGB (Red+Green+Blue) = 184+92+202=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #B85CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CCA is #47A335. Grayscale: #838383. Windows color (decimal): -4694838 or 13262008. OLE color: 13262008.
HSL color Cylindrical-coordinate representation of color #B85CCA: hue angle of 290.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85CCA is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 92 | 202 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.21 |
| HSL | 290.18º | 0.51% | 0.58% | - |
| HSV(B) | 290.18º | 0.54% | 0.79% | - |
| XYZ | 34.25 | 22.11 | 58.34 | - |
| YUV | 132.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 202 | 0.09 | 0.54 | 0 | 0.21 | 290.18 | 0.51 | 0.58 |
| Hex | B8 | 5C | CA | 9 | 36 | 0 | 15 | 122 | 33 | 3A |
| Octal | 270 | 134 | 312 | 11 | 66 | 0 | 25 | 442 | 63 | 72 |
| Binary | 10111000 | 1011100 | 11001010 | 1001 | 110110 | 0 | 10101 | 100100010 | 110011 | 111010 |
Color Harmonies of #B85CCA
Complementary color
Monochromatic Colors of #B85CCA
Black with #B85CCA
Text Example
Text Example
White with #B85CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85CCA; }
p { color: rgb(184,92,202); }
H1.HeaderClassName
{
color: #B85CCA;
}
.AnyTagClassName
{
color: #B85CCA;
}
</style>
background-color css
<style>
a { background-color: #B85CCA; }
a { background-color: rgb(184,92,202); }
div.DivClassName
{
background-color: #B85CCA;
}
.BgClassName
{
background-color: #B85CCA;
}
</style>
border-color css
<style>
span { border-color: #B85CCA; }
span { border-color: rgb(184,92,202); }
td.TdClassName
{
border-color: #B85CCA;
}
.TagClassName
{
border-color: #B85CCA;
}
</style>