Shades of Medium Orchid #B662D5
Tints of Medium Orchid #B662D5
RGB
CMYK
RGB Variations
Color information
#B662D5 (or 0xB662D5) is known color: Medium Orchid. HEX triplet: B6, 62 and D5. RGB value is (182,98,213). Sum of RGB (Red+Green+Blue) = 182+98+213=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #B662D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662D5 is #499D2A. Grayscale: #878787. Windows color (decimal): -4824363 or 13984438. OLE color: 13984438.
HSL color Cylindrical-coordinate representation of color #B662D5: hue angle of 283.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B662D5 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 98 | 213 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.16 |
| HSL | 283.83º | 0.58% | 0.61% | - |
| HSV(B) | 283.83º | 0.54% | 0.84% | - |
| XYZ | 35.67 | 23.48 | 65.6 | - |
| YUV | 136.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 213 | 0.15 | 0.54 | 0 | 0.16 | 283.83 | 0.58 | 0.61 |
| Hex | B6 | 62 | D5 | F | 36 | 0 | 10 | 11C | 3A | 3D |
| Octal | 266 | 142 | 325 | 17 | 66 | 0 | 20 | 434 | 72 | 75 |
| Binary | 10110110 | 1100010 | 11010101 | 1111 | 110110 | 0 | 10000 | 100011100 | 111010 | 111101 |
Color Harmonies of #B662D5
Complementary color
Monochromatic Colors of #B662D5
Black with #B662D5
Text Example
Text Example
White with #B662D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B662D5; }
p { color: rgb(182,98,213); }
H1.HeaderClassName
{
color: #B662D5;
}
.AnyTagClassName
{
color: #B662D5;
}
</style>
background-color css
<style>
a { background-color: #B662D5; }
a { background-color: rgb(182,98,213); }
div.DivClassName
{
background-color: #B662D5;
}
.BgClassName
{
background-color: #B662D5;
}
</style>
border-color css
<style>
span { border-color: #B662D5; }
span { border-color: rgb(182,98,213); }
td.TdClassName
{
border-color: #B662D5;
}
.TagClassName
{
border-color: #B662D5;
}
</style>