Shades of Medium Orchid #B852CB
Tints of Medium Orchid #B852CB
RGB
CMYK
RGB Variations
Color information
#B852CB (or 0xB852CB) is known color: Medium Orchid. HEX triplet: B8, 52 and CB. RGB value is (184,82,203). Sum of RGB (Red+Green+Blue) = 184+82+203=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #B852CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852CB is #47AD34. Grayscale: #7D7D7D. Windows color (decimal): -4697397 or 13324984. OLE color: 13324984.
HSL color Cylindrical-coordinate representation of color #B852CB: hue angle of 290.58º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B852CB is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 82 | 203 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.20 |
| HSL | 290.58º | 0.54% | 0.56% | - |
| HSV(B) | 290.58º | 0.6% | 0.8% | - |
| XYZ | 33.56 | 20.54 | 58.69 | - |
| YUV | 126.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 203 | 0.09 | 0.60 | 0 | 0.20 | 290.58 | 0.54 | 0.56 |
| Hex | B8 | 52 | CB | 9 | 3C | 0 | 14 | 123 | 36 | 38 |
| Octal | 270 | 122 | 313 | 11 | 74 | 0 | 24 | 443 | 66 | 70 |
| Binary | 10111000 | 1010010 | 11001011 | 1001 | 111100 | 0 | 10100 | 100100011 | 110110 | 111000 |
Color Harmonies of #B852CB
Complementary color
Monochromatic Colors of #B852CB
Black with #B852CB
Text Example
Text Example
White with #B852CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852CB; }
p { color: rgb(184,82,203); }
H1.HeaderClassName
{
color: #B852CB;
}
.AnyTagClassName
{
color: #B852CB;
}
</style>
background-color css
<style>
a { background-color: #B852CB; }
a { background-color: rgb(184,82,203); }
div.DivClassName
{
background-color: #B852CB;
}
.BgClassName
{
background-color: #B852CB;
}
</style>
border-color css
<style>
span { border-color: #B852CB; }
span { border-color: rgb(184,82,203); }
td.TdClassName
{
border-color: #B852CB;
}
.TagClassName
{
border-color: #B852CB;
}
</style>