Shades of Medium Orchid #B662CA
Tints of Medium Orchid #B662CA
RGB
CMYK
RGB Variations
Color information
#B662CA (or 0xB662CA) is known color: Medium Orchid. HEX triplet: B6, 62 and CA. RGB value is (182,98,202). Sum of RGB (Red+Green+Blue) = 182+98+202=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #B662CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662CA is #499D35. Grayscale: #868686. Windows color (decimal): -4824374 or 13263542. OLE color: 13263542.
HSL color Cylindrical-coordinate representation of color #B662CA: hue angle of 288.46º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B662CA is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 98 | 202 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.21 |
| HSL | 288.46º | 0.5% | 0.59% | - |
| HSV(B) | 288.46º | 0.51% | 0.79% | - |
| XYZ | 34.32 | 22.94 | 58.5 | - |
| YUV | 134.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 202 | 0.10 | 0.51 | 0 | 0.21 | 288.46 | 0.5 | 0.59 |
| Hex | B6 | 62 | CA | A | 33 | 0 | 15 | 120 | 32 | 3B |
| Octal | 266 | 142 | 312 | 12 | 63 | 0 | 25 | 440 | 62 | 73 |
| Binary | 10110110 | 1100010 | 11001010 | 1010 | 110011 | 0 | 10101 | 100100000 | 110010 | 111011 |
Color Harmonies of #B662CA
Complementary color
Monochromatic Colors of #B662CA
Black with #B662CA
Text Example
Text Example
White with #B662CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B662CA; }
p { color: rgb(182,98,202); }
H1.HeaderClassName
{
color: #B662CA;
}
.AnyTagClassName
{
color: #B662CA;
}
</style>
background-color css
<style>
a { background-color: #B662CA; }
a { background-color: rgb(182,98,202); }
div.DivClassName
{
background-color: #B662CA;
}
.BgClassName
{
background-color: #B662CA;
}
</style>
border-color css
<style>
span { border-color: #B662CA; }
span { border-color: rgb(182,98,202); }
td.TdClassName
{
border-color: #B662CA;
}
.TagClassName
{
border-color: #B662CA;
}
</style>