Shades of Medium Orchid #B852FA
Tints of Medium Orchid #B852FA
RGB
CMYK
RGB Variations
Color information
#B852FA (or 0xB852FA) is known color: Medium Orchid. HEX triplet: B8, 52 and FA. RGB value is (184,82,250). Sum of RGB (Red+Green+Blue) = 184+82+250=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #B852FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B852FA is #47AD05. Grayscale: #838383. Windows color (decimal): -4697350 or 16405176. OLE color: 16405176.
HSL color Cylindrical-coordinate representation of color #B852FA: hue angle of 276.43º degrees, saturation: 0.94, 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 #B852FA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 82 | 250 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.02 |
| HSL | 276.43º | 0.94% | 0.65% | - |
| HSV(B) | 276.43º | 0.67% | 0.98% | - |
| XYZ | 40.04 | 23.13 | 92.8 | - |
| YUV | 131.65 | 194.79 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 250 | 0.26 | 0.67 | 0 | 0.02 | 276.43 | 0.94 | 0.65 |
| Hex | B8 | 52 | FA | 1A | 43 | 0 | 2 | 114 | 5E | 41 |
| Octal | 270 | 122 | 372 | 32 | 103 | 0 | 2 | 424 | 136 | 101 |
| Binary | 10111000 | 1010010 | 11111010 | 11010 | 1000011 | 0 | 10 | 100010100 | 1011110 | 1000001 |
Color Harmonies of #B852FA
Complementary color
Monochromatic Colors of #B852FA
Black with #B852FA
Text Example
Text Example
White with #B852FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852FA; }
p { color: rgb(184,82,250); }
H1.HeaderClassName
{
color: #B852FA;
}
.AnyTagClassName
{
color: #B852FA;
}
</style>
background-color css
<style>
a { background-color: #B852FA; }
a { background-color: rgb(184,82,250); }
div.DivClassName
{
background-color: #B852FA;
}
.BgClassName
{
background-color: #B852FA;
}
</style>
border-color css
<style>
span { border-color: #B852FA; }
span { border-color: rgb(184,82,250); }
td.TdClassName
{
border-color: #B852FA;
}
.TagClassName
{
border-color: #B852FA;
}
</style>