Shades of Medium Orchid #B855CC
Tints of Medium Orchid #B855CC
RGB
CMYK
RGB Variations
Color information
#B855CC (or 0xB855CC) is known color: Medium Orchid. HEX triplet: B8, 55 and CC. RGB value is (184,85,204). Sum of RGB (Red+Green+Blue) = 184+85+204=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #B855CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855CC is #47AA33. Grayscale: #7F7F7F. Windows color (decimal): -4696628 or 13391288. OLE color: 13391288.
HSL color Cylindrical-coordinate representation of color #B855CC: hue angle of 289.92º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B855CC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 85 | 204 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.2 |
| HSL | 289.92º | 0.54% | 0.57% | - |
| HSV(B) | 289.92º | 0.58% | 0.8% | - |
| XYZ | 33.91 | 21.05 | 59.4 | - |
| YUV | 128.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 204 | 0.10 | 0.58 | 0 | 0.2 | 289.92 | 0.54 | 0.57 |
| Hex | B8 | 55 | CC | A | 3A | 0 | 14 | 122 | 36 | 39 |
| Octal | 270 | 125 | 314 | 12 | 72 | 0 | 24 | 442 | 66 | 71 |
| Binary | 10111000 | 1010101 | 11001100 | 1010 | 111010 | 0 | 10100 | 100100010 | 110110 | 111001 |
Color Harmonies of #B855CC
Complementary color
Monochromatic Colors of #B855CC
Black with #B855CC
Text Example
Text Example
White with #B855CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855CC; }
p { color: rgb(184,85,204); }
H1.HeaderClassName
{
color: #B855CC;
}
.AnyTagClassName
{
color: #B855CC;
}
</style>
background-color css
<style>
a { background-color: #B855CC; }
a { background-color: rgb(184,85,204); }
div.DivClassName
{
background-color: #B855CC;
}
.BgClassName
{
background-color: #B855CC;
}
</style>
border-color css
<style>
span { border-color: #B855CC; }
span { border-color: rgb(184,85,204); }
td.TdClassName
{
border-color: #B855CC;
}
.TagClassName
{
border-color: #B855CC;
}
</style>