Shades of Medium Orchid #B652F0
Tints of Medium Orchid #B652F0
RGB
CMYK
RGB Variations
Color information
#B652F0 (or 0xB652F0) is known color: Medium Orchid. HEX triplet: B6, 52 and F0. RGB value is (182,82,240). Sum of RGB (Red+Green+Blue) = 182+82+240=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #B652F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B652F0 is #49AD0F. Grayscale: #818181. Windows color (decimal): -4828432 or 15749814. OLE color: 15749814.
HSL color Cylindrical-coordinate representation of color #B652F0: hue angle of 277.97º 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 #B652F0 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 82 | 240 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.06 |
| HSL | 277.97º | 0.84% | 0.63% | - |
| HSV(B) | 277.97º | 0.66% | 0.94% | - |
| XYZ | 38.04 | 22.27 | 84.73 | - |
| YUV | 129.91 | 190.13 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 240 | 0.24 | 0.66 | 0 | 0.06 | 277.97 | 0.84 | 0.63 |
| Hex | B6 | 52 | F0 | 18 | 42 | 0 | 6 | 116 | 54 | 3F |
| Octal | 266 | 122 | 360 | 30 | 102 | 0 | 6 | 426 | 124 | 77 |
| Binary | 10110110 | 1010010 | 11110000 | 11000 | 1000010 | 0 | 110 | 100010110 | 1010100 | 111111 |
Color Harmonies of #B652F0
Complementary color
Monochromatic Colors of #B652F0
Black with #B652F0
Text Example
Text Example
White with #B652F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652F0; }
p { color: rgb(182,82,240); }
H1.HeaderClassName
{
color: #B652F0;
}
.AnyTagClassName
{
color: #B652F0;
}
</style>
background-color css
<style>
a { background-color: #B652F0; }
a { background-color: rgb(182,82,240); }
div.DivClassName
{
background-color: #B652F0;
}
.BgClassName
{
background-color: #B652F0;
}
</style>
border-color css
<style>
span { border-color: #B652F0; }
span { border-color: rgb(182,82,240); }
td.TdClassName
{
border-color: #B652F0;
}
.TagClassName
{
border-color: #B652F0;
}
</style>