Shades of Medium Orchid #B852EF
Tints of Medium Orchid #B852EF
RGB
CMYK
RGB Variations
Color information
#B852EF (or 0xB852EF) is known color: Medium Orchid. HEX triplet: B8, 52 and EF. RGB value is (184,82,239). Sum of RGB (Red+Green+Blue) = 184+82+239=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #B852EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B852EF is #47AD10. Grayscale: #818181. Windows color (decimal): -4697361 or 15684280. OLE color: 15684280.
HSL color Cylindrical-coordinate representation of color #B852EF: hue angle of 278.98º degrees, saturation: 0.83, 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 #B852EF is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 82 | 239 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.06 |
| HSL | 278.98º | 0.83% | 0.63% | - |
| HSV(B) | 278.98º | 0.66% | 0.94% | - |
| XYZ | 38.36 | 22.46 | 83.97 | - |
| YUV | 130.4 | 189.29 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 239 | 0.23 | 0.66 | 0 | 0.06 | 278.98 | 0.83 | 0.63 |
| Hex | B8 | 52 | EF | 17 | 42 | 0 | 6 | 117 | 53 | 3F |
| Octal | 270 | 122 | 357 | 27 | 102 | 0 | 6 | 427 | 123 | 77 |
| Binary | 10111000 | 1010010 | 11101111 | 10111 | 1000010 | 0 | 110 | 100010111 | 1010011 | 111111 |
Color Harmonies of #B852EF
Complementary color
Monochromatic Colors of #B852EF
Black with #B852EF
Text Example
Text Example
White with #B852EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852EF; }
p { color: rgb(184,82,239); }
H1.HeaderClassName
{
color: #B852EF;
}
.AnyTagClassName
{
color: #B852EF;
}
</style>
background-color css
<style>
a { background-color: #B852EF; }
a { background-color: rgb(184,82,239); }
div.DivClassName
{
background-color: #B852EF;
}
.BgClassName
{
background-color: #B852EF;
}
</style>
border-color css
<style>
span { border-color: #B852EF; }
span { border-color: rgb(184,82,239); }
td.TdClassName
{
border-color: #B852EF;
}
.TagClassName
{
border-color: #B852EF;
}
</style>