Shades of Medium Orchid #B663CF
Tints of Medium Orchid #B663CF
RGB
CMYK
RGB Variations
Color information
#B663CF (or 0xB663CF) is known color: Medium Orchid. HEX triplet: B6, 63 and CF. RGB value is (182,99,207). Sum of RGB (Red+Green+Blue) = 182+99+207=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B663CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663CF is #499C30. Grayscale: #878787. Windows color (decimal): -4824113 or 13591478. OLE color: 13591478.
HSL color Cylindrical-coordinate representation of color #B663CF: hue angle of 286.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B663CF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 99 | 207 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.19 |
| HSL | 286.11º | 0.53% | 0.6% | - |
| HSV(B) | 286.11º | 0.52% | 0.81% | - |
| XYZ | 35.02 | 23.37 | 61.7 | - |
| YUV | 136.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 207 | 0.12 | 0.52 | 0 | 0.19 | 286.11 | 0.53 | 0.6 |
| Hex | B6 | 63 | CF | C | 34 | 0 | 13 | 11E | 35 | 3C |
| Octal | 266 | 143 | 317 | 14 | 64 | 0 | 23 | 436 | 65 | 74 |
| Binary | 10110110 | 1100011 | 11001111 | 1100 | 110100 | 0 | 10011 | 100011110 | 110101 | 111100 |
Color Harmonies of #B663CF
Complementary color
Monochromatic Colors of #B663CF
Black with #B663CF
Text Example
Text Example
White with #B663CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B663CF; }
p { color: rgb(182,99,207); }
H1.HeaderClassName
{
color: #B663CF;
}
.AnyTagClassName
{
color: #B663CF;
}
</style>
background-color css
<style>
a { background-color: #B663CF; }
a { background-color: rgb(182,99,207); }
div.DivClassName
{
background-color: #B663CF;
}
.BgClassName
{
background-color: #B663CF;
}
</style>
border-color css
<style>
span { border-color: #B663CF; }
span { border-color: rgb(182,99,207); }
td.TdClassName
{
border-color: #B663CF;
}
.TagClassName
{
border-color: #B663CF;
}
</style>