Shades of Medium Orchid #B663CC
Tints of Medium Orchid #B663CC
RGB
CMYK
RGB Variations
Color information
#B663CC (or 0xB663CC) is known color: Medium Orchid. HEX triplet: B6, 63 and CC. RGB value is (182,99,204). Sum of RGB (Red+Green+Blue) = 182+99+204=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #B663CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663CC is #499C33. Grayscale: #878787. Windows color (decimal): -4824116 or 13394870. OLE color: 13394870.
HSL color Cylindrical-coordinate representation of color #B663CC: hue angle of 287.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B663CC is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 99 | 204 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.2 |
| HSL | 287.43º | 0.51% | 0.59% | - |
| HSV(B) | 287.43º | 0.51% | 0.8% | - |
| XYZ | 34.65 | 23.23 | 59.78 | - |
| YUV | 135.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 204 | 0.11 | 0.51 | 0 | 0.2 | 287.43 | 0.51 | 0.59 |
| Hex | B6 | 63 | CC | B | 33 | 0 | 14 | 11F | 33 | 3B |
| Octal | 266 | 143 | 314 | 13 | 63 | 0 | 24 | 437 | 63 | 73 |
| Binary | 10110110 | 1100011 | 11001100 | 1011 | 110011 | 0 | 10100 | 100011111 | 110011 | 111011 |
Color Harmonies of #B663CC
Complementary color
Monochromatic Colors of #B663CC
Black with #B663CC
Text Example
Text Example
White with #B663CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B663CC; }
p { color: rgb(182,99,204); }
H1.HeaderClassName
{
color: #B663CC;
}
.AnyTagClassName
{
color: #B663CC;
}
</style>
background-color css
<style>
a { background-color: #B663CC; }
a { background-color: rgb(182,99,204); }
div.DivClassName
{
background-color: #B663CC;
}
.BgClassName
{
background-color: #B663CC;
}
</style>
border-color css
<style>
span { border-color: #B663CC; }
span { border-color: rgb(182,99,204); }
td.TdClassName
{
border-color: #B663CC;
}
.TagClassName
{
border-color: #B663CC;
}
</style>