Shades of Medium Orchid #B850CC
Tints of Medium Orchid #B850CC
RGB
CMYK
RGB Variations
Color information
#B850CC (or 0xB850CC) is known color: Medium Orchid. HEX triplet: B8, 50 and CC. RGB value is (184,80,204). Sum of RGB (Red+Green+Blue) = 184+80+204=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #B850CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850CC is #47AF33. Grayscale: #7C7C7C. Windows color (decimal): -4697908 or 13390008. OLE color: 13390008.
HSL color Cylindrical-coordinate representation of color #B850CC: hue angle of 290.32º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B850CC is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 80 | 204 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.2 |
| HSL | 290.32º | 0.55% | 0.56% | - |
| HSV(B) | 290.32º | 0.61% | 0.8% | - |
| XYZ | 33.53 | 20.29 | 59.28 | - |
| YUV | 125.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 204 | 0.10 | 0.61 | 0 | 0.2 | 290.32 | 0.55 | 0.56 |
| Hex | B8 | 50 | CC | A | 3D | 0 | 14 | 122 | 37 | 38 |
| Octal | 270 | 120 | 314 | 12 | 75 | 0 | 24 | 442 | 67 | 70 |
| Binary | 10111000 | 1010000 | 11001100 | 1010 | 111101 | 0 | 10100 | 100100010 | 110111 | 111000 |
Color Harmonies of #B850CC
Complementary color
Monochromatic Colors of #B850CC
Black with #B850CC
Text Example
Text Example
White with #B850CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850CC; }
p { color: rgb(184,80,204); }
H1.HeaderClassName
{
color: #B850CC;
}
.AnyTagClassName
{
color: #B850CC;
}
</style>
background-color css
<style>
a { background-color: #B850CC; }
a { background-color: rgb(184,80,204); }
div.DivClassName
{
background-color: #B850CC;
}
.BgClassName
{
background-color: #B850CC;
}
</style>
border-color css
<style>
span { border-color: #B850CC; }
span { border-color: rgb(184,80,204); }
td.TdClassName
{
border-color: #B850CC;
}
.TagClassName
{
border-color: #B850CC;
}
</style>