Shades of Medium Orchid #B662D2
Tints of Medium Orchid #B662D2
RGB
CMYK
RGB Variations
Color information
#B662D2 (or 0xB662D2) is known color: Medium Orchid. HEX triplet: B6, 62 and D2. RGB value is (182,98,210). Sum of RGB (Red+Green+Blue) = 182+98+210=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #B662D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662D2 is #499D2D. Grayscale: #878787. Windows color (decimal): -4824366 or 13787830. OLE color: 13787830.
HSL color Cylindrical-coordinate representation of color #B662D2: hue angle of 285º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B662D2 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 98 | 210 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.18 |
| HSL | 285º | 0.55% | 0.6% | - |
| HSV(B) | 285º | 0.53% | 0.82% | - |
| XYZ | 35.29 | 23.33 | 63.62 | - |
| YUV | 135.88 | 169.83 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 210 | 0.13 | 0.53 | 0 | 0.18 | 285 | 0.55 | 0.6 |
| Hex | B6 | 62 | D2 | D | 35 | 0 | 12 | 11D | 37 | 3C |
| Octal | 266 | 142 | 322 | 15 | 65 | 0 | 22 | 435 | 67 | 74 |
| Binary | 10110110 | 1100010 | 11010010 | 1101 | 110101 | 0 | 10010 | 100011101 | 110111 | 111100 |
Color Harmonies of #B662D2
Complementary color
Monochromatic Colors of #B662D2
Black with #B662D2
Text Example
Text Example
White with #B662D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B662D2; }
p { color: rgb(182,98,210); }
H1.HeaderClassName
{
color: #B662D2;
}
.AnyTagClassName
{
color: #B662D2;
}
</style>
background-color css
<style>
a { background-color: #B662D2; }
a { background-color: rgb(182,98,210); }
div.DivClassName
{
background-color: #B662D2;
}
.BgClassName
{
background-color: #B662D2;
}
</style>
border-color css
<style>
span { border-color: #B662D2; }
span { border-color: rgb(182,98,210); }
td.TdClassName
{
border-color: #B662D2;
}
.TagClassName
{
border-color: #B662D2;
}
</style>