Shades of Medium Orchid #B853F2
Tints of Medium Orchid #B853F2
RGB
CMYK
RGB Variations
Color information
#B853F2 (or 0xB853F2) is known color: Medium Orchid. HEX triplet: B8, 53 and F2. RGB value is (184,83,242). Sum of RGB (Red+Green+Blue) = 184+83+242=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #B853F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B853F2 is #47AC0D. Grayscale: #828282. Windows color (decimal): -4697102 or 15881144. OLE color: 15881144.
HSL color Cylindrical-coordinate representation of color #B853F2: hue angle of 278.11º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B853F2 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 83 | 242 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.05 |
| HSL | 278.11º | 0.86% | 0.64% | - |
| HSV(B) | 278.11º | 0.66% | 0.95% | - |
| XYZ | 38.89 | 22.79 | 86.35 | - |
| YUV | 131.33 | 190.46 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 242 | 0.24 | 0.66 | 0 | 0.05 | 278.11 | 0.86 | 0.64 |
| Hex | B8 | 53 | F2 | 18 | 42 | 0 | 5 | 116 | 56 | 40 |
| Octal | 270 | 123 | 362 | 30 | 102 | 0 | 5 | 426 | 126 | 100 |
| Binary | 10111000 | 1010011 | 11110010 | 11000 | 1000010 | 0 | 101 | 100010110 | 1010110 | 1000000 |
Color Harmonies of #B853F2
Complementary color
Monochromatic Colors of #B853F2
Black with #B853F2
Text Example
Text Example
White with #B853F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B853F2; }
p { color: rgb(184,83,242); }
H1.HeaderClassName
{
color: #B853F2;
}
.AnyTagClassName
{
color: #B853F2;
}
</style>
background-color css
<style>
a { background-color: #B853F2; }
a { background-color: rgb(184,83,242); }
div.DivClassName
{
background-color: #B853F2;
}
.BgClassName
{
background-color: #B853F2;
}
</style>
border-color css
<style>
span { border-color: #B853F2; }
span { border-color: rgb(184,83,242); }
td.TdClassName
{
border-color: #B853F2;
}
.TagClassName
{
border-color: #B853F2;
}
</style>