Shades of Medium Orchid #B852F0
Tints of Medium Orchid #B852F0
RGB
CMYK
RGB Variations
Color information
#B852F0 (or 0xB852F0) is known color: Medium Orchid. HEX triplet: B8, 52 and F0. RGB value is (184,82,240). Sum of RGB (Red+Green+Blue) = 184+82+240=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #B852F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B852F0 is #47AD0F. Grayscale: #818181. Windows color (decimal): -4697360 or 15749816. OLE color: 15749816.
HSL color Cylindrical-coordinate representation of color #B852F0: hue angle of 278.73º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B852F0 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 82 | 240 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.06 |
| HSL | 278.73º | 0.84% | 0.63% | - |
| HSV(B) | 278.73º | 0.66% | 0.94% | - |
| XYZ | 38.51 | 22.52 | 84.75 | - |
| YUV | 130.51 | 189.79 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 240 | 0.23 | 0.66 | 0 | 0.06 | 278.73 | 0.84 | 0.63 |
| Hex | B8 | 52 | F0 | 17 | 42 | 0 | 6 | 117 | 54 | 3F |
| Octal | 270 | 122 | 360 | 27 | 102 | 0 | 6 | 427 | 124 | 77 |
| Binary | 10111000 | 1010010 | 11110000 | 10111 | 1000010 | 0 | 110 | 100010111 | 1010100 | 111111 |
Color Harmonies of #B852F0
Complementary color
Monochromatic Colors of #B852F0
Black with #B852F0
Text Example
Text Example
White with #B852F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852F0; }
p { color: rgb(184,82,240); }
H1.HeaderClassName
{
color: #B852F0;
}
.AnyTagClassName
{
color: #B852F0;
}
</style>
background-color css
<style>
a { background-color: #B852F0; }
a { background-color: rgb(184,82,240); }
div.DivClassName
{
background-color: #B852F0;
}
.BgClassName
{
background-color: #B852F0;
}
</style>
border-color css
<style>
span { border-color: #B852F0; }
span { border-color: rgb(184,82,240); }
td.TdClassName
{
border-color: #B852F0;
}
.TagClassName
{
border-color: #B852F0;
}
</style>