Shades of Medium Orchid #B852FC
Tints of Medium Orchid #B852FC
RGB
CMYK
RGB Variations
Color information
#B852FC (or 0xB852FC) is known color: Medium Orchid. HEX triplet: B8, 52 and FC. RGB value is (184,82,252). Sum of RGB (Red+Green+Blue) = 184+82+252=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #B852FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B852FC is #47AD03. Grayscale: #838383. Windows color (decimal): -4697348 or 16536248. OLE color: 16536248.
HSL color Cylindrical-coordinate representation of color #B852FC: hue angle of 276º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B852FC is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 82 | 252 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.01 |
| HSL | 276º | 0.97% | 0.65% | - |
| HSV(B) | 276º | 0.67% | 0.99% | - |
| XYZ | 40.36 | 23.25 | 94.46 | - |
| YUV | 131.88 | 195.79 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 252 | 0.27 | 0.67 | 0 | 0.01 | 276 | 0.97 | 0.65 |
| Hex | B8 | 52 | FC | 1B | 43 | 0 | 1 | 114 | 61 | 41 |
| Octal | 270 | 122 | 374 | 33 | 103 | 0 | 1 | 424 | 141 | 101 |
| Binary | 10111000 | 1010010 | 11111100 | 11011 | 1000011 | 0 | 1 | 100010100 | 1100001 | 1000001 |
Color Harmonies of #B852FC
Complementary color
Monochromatic Colors of #B852FC
Black with #B852FC
Text Example
Text Example
White with #B852FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852FC; }
p { color: rgb(184,82,252); }
H1.HeaderClassName
{
color: #B852FC;
}
.AnyTagClassName
{
color: #B852FC;
}
</style>
background-color css
<style>
a { background-color: #B852FC; }
a { background-color: rgb(184,82,252); }
div.DivClassName
{
background-color: #B852FC;
}
.BgClassName
{
background-color: #B852FC;
}
</style>
border-color css
<style>
span { border-color: #B852FC; }
span { border-color: rgb(184,82,252); }
td.TdClassName
{
border-color: #B852FC;
}
.TagClassName
{
border-color: #B852FC;
}
</style>