Shades of Medium Orchid #B852CF
Tints of Medium Orchid #B852CF
RGB
CMYK
RGB Variations
Color information
#B852CF (or 0xB852CF) is known color: Medium Orchid. HEX triplet: B8, 52 and CF. RGB value is (184,82,207). Sum of RGB (Red+Green+Blue) = 184+82+207=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #B852CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852CF is #47AD30. Grayscale: #7E7E7E. Windows color (decimal): -4697393 or 13587128. OLE color: 13587128.
HSL color Cylindrical-coordinate representation of color #B852CF: hue angle of 288.96º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B852CF is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 82 | 207 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.19 |
| HSL | 288.96º | 0.57% | 0.57% | - |
| HSV(B) | 288.96º | 0.6% | 0.81% | - |
| XYZ | 34.05 | 20.73 | 61.24 | - |
| YUV | 126.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 207 | 0.11 | 0.60 | 0 | 0.19 | 288.96 | 0.57 | 0.57 |
| Hex | B8 | 52 | CF | B | 3C | 0 | 13 | 121 | 39 | 39 |
| Octal | 270 | 122 | 317 | 13 | 74 | 0 | 23 | 441 | 71 | 71 |
| Binary | 10111000 | 1010010 | 11001111 | 1011 | 111100 | 0 | 10011 | 100100001 | 111001 | 111001 |
Color Harmonies of #B852CF
Complementary color
Monochromatic Colors of #B852CF
Black with #B852CF
Text Example
Text Example
White with #B852CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852CF; }
p { color: rgb(184,82,207); }
H1.HeaderClassName
{
color: #B852CF;
}
.AnyTagClassName
{
color: #B852CF;
}
</style>
background-color css
<style>
a { background-color: #B852CF; }
a { background-color: rgb(184,82,207); }
div.DivClassName
{
background-color: #B852CF;
}
.BgClassName
{
background-color: #B852CF;
}
</style>
border-color css
<style>
span { border-color: #B852CF; }
span { border-color: rgb(184,82,207); }
td.TdClassName
{
border-color: #B852CF;
}
.TagClassName
{
border-color: #B852CF;
}
</style>