Shades of Medium Orchid #B852CC
Tints of Medium Orchid #B852CC
RGB
CMYK
RGB Variations
Color information
#B852CC (or 0xB852CC) is known color: Medium Orchid. HEX triplet: B8, 52 and CC. RGB value is (184,82,204). Sum of RGB (Red+Green+Blue) = 184+82+204=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #B852CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852CC is #47AD33. Grayscale: #7E7E7E. Windows color (decimal): -4697396 or 13390520. OLE color: 13390520.
HSL color Cylindrical-coordinate representation of color #B852CC: hue angle of 290.16º 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 #B852CC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 82 | 204 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.2 |
| HSL | 290.16º | 0.54% | 0.56% | - |
| HSV(B) | 290.16º | 0.6% | 0.8% | - |
| XYZ | 33.68 | 20.58 | 59.32 | - |
| YUV | 126.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 204 | 0.10 | 0.60 | 0 | 0.2 | 290.16 | 0.54 | 0.56 |
| Hex | B8 | 52 | CC | A | 3C | 0 | 14 | 122 | 36 | 38 |
| Octal | 270 | 122 | 314 | 12 | 74 | 0 | 24 | 442 | 66 | 70 |
| Binary | 10111000 | 1010010 | 11001100 | 1010 | 111100 | 0 | 10100 | 100100010 | 110110 | 111000 |
Color Harmonies of #B852CC
Complementary color
Monochromatic Colors of #B852CC
Black with #B852CC
Text Example
Text Example
White with #B852CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852CC; }
p { color: rgb(184,82,204); }
H1.HeaderClassName
{
color: #B852CC;
}
.AnyTagClassName
{
color: #B852CC;
}
</style>
background-color css
<style>
a { background-color: #B852CC; }
a { background-color: rgb(184,82,204); }
div.DivClassName
{
background-color: #B852CC;
}
.BgClassName
{
background-color: #B852CC;
}
</style>
border-color css
<style>
span { border-color: #B852CC; }
span { border-color: rgb(184,82,204); }
td.TdClassName
{
border-color: #B852CC;
}
.TagClassName
{
border-color: #B852CC;
}
</style>