Shades of Medium Orchid #B855C6
Tints of Medium Orchid #B855C6
RGB
CMYK
RGB Variations
Color information
#B855C6 (or 0xB855C6) is known color: Medium Orchid. HEX triplet: B8, 55 and C6. RGB value is (184,85,198). Sum of RGB (Red+Green+Blue) = 184+85+198=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #B855C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855C6 is #47AA39. Grayscale: #7F7F7F. Windows color (decimal): -4696634 or 12998072. OLE color: 12998072.
HSL color Cylindrical-coordinate representation of color #B855C6: hue angle of 292.57º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B855C6 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 85 | 198 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.22 |
| HSL | 292.57º | 0.5% | 0.55% | - |
| HSV(B) | 292.57º | 0.57% | 0.78% | - |
| XYZ | 33.21 | 20.76 | 55.68 | - |
| YUV | 127.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 198 | 0.07 | 0.57 | 0 | 0.22 | 292.57 | 0.5 | 0.55 |
| Hex | B8 | 55 | C6 | 7 | 39 | 0 | 16 | 125 | 32 | 37 |
| Octal | 270 | 125 | 306 | 7 | 71 | 0 | 26 | 445 | 62 | 67 |
| Binary | 10111000 | 1010101 | 11000110 | 111 | 111001 | 0 | 10110 | 100100101 | 110010 | 110111 |
Color Harmonies of #B855C6
Complementary color
Monochromatic Colors of #B855C6
Black with #B855C6
Text Example
Text Example
White with #B855C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855C6; }
p { color: rgb(184,85,198); }
H1.HeaderClassName
{
color: #B855C6;
}
.AnyTagClassName
{
color: #B855C6;
}
</style>
background-color css
<style>
a { background-color: #B855C6; }
a { background-color: rgb(184,85,198); }
div.DivClassName
{
background-color: #B855C6;
}
.BgClassName
{
background-color: #B855C6;
}
</style>
border-color css
<style>
span { border-color: #B855C6; }
span { border-color: rgb(184,85,198); }
td.TdClassName
{
border-color: #B855C6;
}
.TagClassName
{
border-color: #B855C6;
}
</style>