Shades of Medium Orchid #B852FB
Tints of Medium Orchid #B852FB
RGB
CMYK
RGB Variations
Color information
#B852FB (or 0xB852FB) is known color: Medium Orchid. HEX triplet: B8, 52 and FB. RGB value is (184,82,251). Sum of RGB (Red+Green+Blue) = 184+82+251=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #B852FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B852FB is #47AD04. Grayscale: #838383. Windows color (decimal): -4697349 or 16470712. OLE color: 16470712.
HSL color Cylindrical-coordinate representation of color #B852FB: hue angle of 276.21º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B852FB is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 82 | 251 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.02 |
| HSL | 276.21º | 0.95% | 0.65% | - |
| HSV(B) | 276.21º | 0.67% | 0.98% | - |
| XYZ | 40.2 | 23.19 | 93.62 | - |
| YUV | 131.76 | 195.29 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 251 | 0.27 | 0.67 | 0 | 0.02 | 276.21 | 0.95 | 0.65 |
| Hex | B8 | 52 | FB | 1B | 43 | 0 | 2 | 114 | 5F | 41 |
| Octal | 270 | 122 | 373 | 33 | 103 | 0 | 2 | 424 | 137 | 101 |
| Binary | 10111000 | 1010010 | 11111011 | 11011 | 1000011 | 0 | 10 | 100010100 | 1011111 | 1000001 |
Color Harmonies of #B852FB
Complementary color
Monochromatic Colors of #B852FB
Black with #B852FB
Text Example
Text Example
White with #B852FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852FB; }
p { color: rgb(184,82,251); }
H1.HeaderClassName
{
color: #B852FB;
}
.AnyTagClassName
{
color: #B852FB;
}
</style>
background-color css
<style>
a { background-color: #B852FB; }
a { background-color: rgb(184,82,251); }
div.DivClassName
{
background-color: #B852FB;
}
.BgClassName
{
background-color: #B852FB;
}
</style>
border-color css
<style>
span { border-color: #B852FB; }
span { border-color: rgb(184,82,251); }
td.TdClassName
{
border-color: #B852FB;
}
.TagClassName
{
border-color: #B852FB;
}
</style>