Shades of Medium Orchid #B662EA
Tints of Medium Orchid #B662EA
RGB
CMYK
RGB Variations
Color information
#B662EA (or 0xB662EA) is known color: Medium Orchid. HEX triplet: B6, 62 and EA. RGB value is (182,98,234). Sum of RGB (Red+Green+Blue) = 182+98+234=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #B662EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B662EA is #499D15. Grayscale: #8A8A8A. Windows color (decimal): -4824342 or 15360694. OLE color: 15360694.
HSL color Cylindrical-coordinate representation of color #B662EA: hue angle of 277.06º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B662EA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 98 | 234 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.08 |
| HSL | 277.06º | 0.76% | 0.65% | - |
| HSV(B) | 277.06º | 0.58% | 0.92% | - |
| XYZ | 38.51 | 24.62 | 80.56 | - |
| YUV | 138.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 234 | 0.22 | 0.58 | 0 | 0.08 | 277.06 | 0.76 | 0.65 |
| Hex | B6 | 62 | EA | 16 | 3A | 0 | 8 | 115 | 4C | 41 |
| Octal | 266 | 142 | 352 | 26 | 72 | 0 | 10 | 425 | 114 | 101 |
| Binary | 10110110 | 1100010 | 11101010 | 10110 | 111010 | 0 | 1000 | 100010101 | 1001100 | 1000001 |
Color Harmonies of #B662EA
Complementary color
Monochromatic Colors of #B662EA
Black with #B662EA
Text Example
Text Example
White with #B662EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B662EA; }
p { color: rgb(182,98,234); }
H1.HeaderClassName
{
color: #B662EA;
}
.AnyTagClassName
{
color: #B662EA;
}
</style>
background-color css
<style>
a { background-color: #B662EA; }
a { background-color: rgb(182,98,234); }
div.DivClassName
{
background-color: #B662EA;
}
.BgClassName
{
background-color: #B662EA;
}
</style>
border-color css
<style>
span { border-color: #B662EA; }
span { border-color: rgb(182,98,234); }
td.TdClassName
{
border-color: #B662EA;
}
.TagClassName
{
border-color: #B662EA;
}
</style>