Shades of Medium Orchid #B662F0
Tints of Medium Orchid #B662F0
RGB
CMYK
RGB Variations
Color information
#B662F0 (or 0xB662F0) is known color: Medium Orchid. HEX triplet: B6, 62 and F0. RGB value is (182,98,240). Sum of RGB (Red+Green+Blue) = 182+98+240=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #B662F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B662F0 is #499D0F. Grayscale: #8A8A8A. Windows color (decimal): -4824336 or 15753910. OLE color: 15753910.
HSL color Cylindrical-coordinate representation of color #B662F0: hue angle of 275.49º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B662F0 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 98 | 240 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.06 |
| HSL | 275.49º | 0.83% | 0.66% | - |
| HSV(B) | 275.49º | 0.59% | 0.94% | - |
| XYZ | 39.39 | 24.97 | 85.18 | - |
| YUV | 139.3 | 184.83 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 240 | 0.24 | 0.59 | 0 | 0.06 | 275.49 | 0.83 | 0.66 |
| Hex | B6 | 62 | F0 | 18 | 3B | 0 | 6 | 113 | 53 | 42 |
| Octal | 266 | 142 | 360 | 30 | 73 | 0 | 6 | 423 | 123 | 102 |
| Binary | 10110110 | 1100010 | 11110000 | 11000 | 111011 | 0 | 110 | 100010011 | 1010011 | 1000010 |
Color Harmonies of #B662F0
Complementary color
Monochromatic Colors of #B662F0
Black with #B662F0
Text Example
Text Example
White with #B662F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B662F0; }
p { color: rgb(182,98,240); }
H1.HeaderClassName
{
color: #B662F0;
}
.AnyTagClassName
{
color: #B662F0;
}
</style>
background-color css
<style>
a { background-color: #B662F0; }
a { background-color: rgb(182,98,240); }
div.DivClassName
{
background-color: #B662F0;
}
.BgClassName
{
background-color: #B662F0;
}
</style>
border-color css
<style>
span { border-color: #B662F0; }
span { border-color: rgb(182,98,240); }
td.TdClassName
{
border-color: #B662F0;
}
.TagClassName
{
border-color: #B662F0;
}
</style>