Shades of Medium Orchid #B662CF
Tints of Medium Orchid #B662CF
RGB
CMYK
RGB Variations
Color information
#B662CF (or 0xB662CF) is known color: Medium Orchid. HEX triplet: B6, 62 and CF. RGB value is (182,98,207). Sum of RGB (Red+Green+Blue) = 182+98+207=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #B662CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662CF is #499D30. Grayscale: #878787. Windows color (decimal): -4824369 or 13591222. OLE color: 13591222.
HSL color Cylindrical-coordinate representation of color #B662CF: hue angle of 286.24º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B662CF is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 98 | 207 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.19 |
| HSL | 286.24º | 0.53% | 0.6% | - |
| HSV(B) | 286.24º | 0.53% | 0.81% | - |
| XYZ | 34.92 | 23.19 | 61.67 | - |
| YUV | 135.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 207 | 0.12 | 0.53 | 0 | 0.19 | 286.24 | 0.53 | 0.6 |
| Hex | B6 | 62 | CF | C | 35 | 0 | 13 | 11E | 35 | 3C |
| Octal | 266 | 142 | 317 | 14 | 65 | 0 | 23 | 436 | 65 | 74 |
| Binary | 10110110 | 1100010 | 11001111 | 1100 | 110101 | 0 | 10011 | 100011110 | 110101 | 111100 |
Color Harmonies of #B662CF
Complementary color
Monochromatic Colors of #B662CF
Black with #B662CF
Text Example
Text Example
White with #B662CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B662CF; }
p { color: rgb(182,98,207); }
H1.HeaderClassName
{
color: #B662CF;
}
.AnyTagClassName
{
color: #B662CF;
}
</style>
background-color css
<style>
a { background-color: #B662CF; }
a { background-color: rgb(182,98,207); }
div.DivClassName
{
background-color: #B662CF;
}
.BgClassName
{
background-color: #B662CF;
}
</style>
border-color css
<style>
span { border-color: #B662CF; }
span { border-color: rgb(182,98,207); }
td.TdClassName
{
border-color: #B662CF;
}
.TagClassName
{
border-color: #B662CF;
}
</style>