Shades of Medium Orchid #B853FC
Tints of Medium Orchid #B853FC
RGB
CMYK
RGB Variations
Color information
#B853FC (or 0xB853FC) is known color: Medium Orchid. HEX triplet: B8, 53 and FC. RGB value is (184,83,252). Sum of RGB (Red+Green+Blue) = 184+83+252=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #B853FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B853FC is #47AC03. Grayscale: #838383. Windows color (decimal): -4697092 or 16536504. OLE color: 16536504.
HSL color Cylindrical-coordinate representation of color #B853FC: hue angle of 275.86º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B853FC is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 83 | 252 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.01 |
| HSL | 275.86º | 0.97% | 0.66% | - |
| HSV(B) | 275.86º | 0.67% | 0.99% | - |
| XYZ | 40.43 | 23.41 | 94.48 | - |
| YUV | 132.47 | 195.46 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 252 | 0.27 | 0.67 | 0 | 0.01 | 275.86 | 0.97 | 0.66 |
| Hex | B8 | 53 | FC | 1B | 43 | 0 | 1 | 114 | 61 | 42 |
| Octal | 270 | 123 | 374 | 33 | 103 | 0 | 1 | 424 | 141 | 102 |
| Binary | 10111000 | 1010011 | 11111100 | 11011 | 1000011 | 0 | 1 | 100010100 | 1100001 | 1000010 |
Color Harmonies of #B853FC
Complementary color
Monochromatic Colors of #B853FC
Black with #B853FC
Text Example
Text Example
White with #B853FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B853FC; }
p { color: rgb(184,83,252); }
H1.HeaderClassName
{
color: #B853FC;
}
.AnyTagClassName
{
color: #B853FC;
}
</style>
background-color css
<style>
a { background-color: #B853FC; }
a { background-color: rgb(184,83,252); }
div.DivClassName
{
background-color: #B853FC;
}
.BgClassName
{
background-color: #B853FC;
}
</style>
border-color css
<style>
span { border-color: #B853FC; }
span { border-color: rgb(184,83,252); }
td.TdClassName
{
border-color: #B853FC;
}
.TagClassName
{
border-color: #B853FC;
}
</style>