Shades of Medium Orchid #B852FD
Tints of Medium Orchid #B852FD
RGB
CMYK
RGB Variations
Color information
#B852FD (or 0xB852FD) is known color: Medium Orchid. HEX triplet: B8, 52 and FD. RGB value is (184,82,253). Sum of RGB (Red+Green+Blue) = 184+82+253=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #B852FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B852FD is #47AD02. Grayscale: #838383. Windows color (decimal): -4697347 or 16601784. OLE color: 16601784.
HSL color Cylindrical-coordinate representation of color #B852FD: hue angle of 275.79º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B852FD is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 82 | 253 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.01 |
| HSL | 275.79º | 0.98% | 0.66% | - |
| HSV(B) | 275.79º | 0.68% | 0.99% | - |
| XYZ | 40.51 | 23.32 | 95.29 | - |
| YUV | 131.99 | 196.29 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 253 | 0.27 | 0.68 | 0 | 0.01 | 275.79 | 0.98 | 0.66 |
| Hex | B8 | 52 | FD | 1B | 44 | 0 | 1 | 114 | 62 | 42 |
| Octal | 270 | 122 | 375 | 33 | 104 | 0 | 1 | 424 | 142 | 102 |
| Binary | 10111000 | 1010010 | 11111101 | 11011 | 1000100 | 0 | 1 | 100010100 | 1100010 | 1000010 |
Color Harmonies of #B852FD
Complementary color
Monochromatic Colors of #B852FD
Black with #B852FD
Text Example
Text Example
White with #B852FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852FD; }
p { color: rgb(184,82,253); }
H1.HeaderClassName
{
color: #B852FD;
}
.AnyTagClassName
{
color: #B852FD;
}
</style>
background-color css
<style>
a { background-color: #B852FD; }
a { background-color: rgb(184,82,253); }
div.DivClassName
{
background-color: #B852FD;
}
.BgClassName
{
background-color: #B852FD;
}
</style>
border-color css
<style>
span { border-color: #B852FD; }
span { border-color: rgb(184,82,253); }
td.TdClassName
{
border-color: #B852FD;
}
.TagClassName
{
border-color: #B852FD;
}
</style>