Shades of Medium Orchid #B853C8
Tints of Medium Orchid #B853C8
RGB
CMYK
RGB Variations
Color information
#B853C8 (or 0xB853C8) is known color: Medium Orchid. HEX triplet: B8, 53 and C8. RGB value is (184,83,200). Sum of RGB (Red+Green+Blue) = 184+83+200=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #B853C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B853C8 is #47AC37. Grayscale: #7E7E7E. Windows color (decimal): -4697144 or 13128632. OLE color: 13128632.
HSL color Cylindrical-coordinate representation of color #B853C8: hue angle of 291.79º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B853C8 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 83 | 200 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.22 |
| HSL | 291.79º | 0.52% | 0.55% | - |
| HSV(B) | 291.79º | 0.59% | 0.78% | - |
| XYZ | 33.29 | 20.55 | 56.86 | - |
| YUV | 126.54 | 169.46 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 200 | 0.08 | 0.58 | 0 | 0.22 | 291.79 | 0.52 | 0.55 |
| Hex | B8 | 53 | C8 | 8 | 3A | 0 | 16 | 124 | 34 | 37 |
| Octal | 270 | 123 | 310 | 10 | 72 | 0 | 26 | 444 | 64 | 67 |
| Binary | 10111000 | 1010011 | 11001000 | 1000 | 111010 | 0 | 10110 | 100100100 | 110100 | 110111 |
Color Harmonies of #B853C8
Complementary color
Monochromatic Colors of #B853C8
Black with #B853C8
Text Example
Text Example
White with #B853C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B853C8; }
p { color: rgb(184,83,200); }
H1.HeaderClassName
{
color: #B853C8;
}
.AnyTagClassName
{
color: #B853C8;
}
</style>
background-color css
<style>
a { background-color: #B853C8; }
a { background-color: rgb(184,83,200); }
div.DivClassName
{
background-color: #B853C8;
}
.BgClassName
{
background-color: #B853C8;
}
</style>
border-color css
<style>
span { border-color: #B853C8; }
span { border-color: rgb(184,83,200); }
td.TdClassName
{
border-color: #B853C8;
}
.TagClassName
{
border-color: #B853C8;
}
</style>