Shades of Medium Orchid #B649CC
Tints of Medium Orchid #B649CC
RGB
CMYK
RGB Variations
Color information
#B649CC (or 0xB649CC) is known color: Medium Orchid. HEX triplet: B6, 49 and CC. RGB value is (182,73,204). Sum of RGB (Red+Green+Blue) = 182+73+204=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #B649CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649CC is #49B633. Grayscale: #787878. Windows color (decimal): -4830772 or 13388214. OLE color: 13388214.
HSL color Cylindrical-coordinate representation of color #B649CC: hue angle of 289.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B649CC is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 73 | 204 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.2 |
| HSL | 289.92º | 0.56% | 0.54% | - |
| HSV(B) | 289.92º | 0.64% | 0.8% | - |
| XYZ | 32.57 | 19.07 | 59.09 | - |
| YUV | 120.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 204 | 0.11 | 0.64 | 0 | 0.2 | 289.92 | 0.56 | 0.54 |
| Hex | B6 | 49 | CC | B | 40 | 0 | 14 | 122 | 38 | 36 |
| Octal | 266 | 111 | 314 | 13 | 100 | 0 | 24 | 442 | 70 | 66 |
| Binary | 10110110 | 1001001 | 11001100 | 1011 | 1000000 | 0 | 10100 | 100100010 | 111000 | 110110 |
Color Harmonies of #B649CC
Complementary color
Monochromatic Colors of #B649CC
Black with #B649CC
Text Example
Text Example
White with #B649CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B649CC; }
p { color: rgb(182,73,204); }
H1.HeaderClassName
{
color: #B649CC;
}
.AnyTagClassName
{
color: #B649CC;
}
</style>
background-color css
<style>
a { background-color: #B649CC; }
a { background-color: rgb(182,73,204); }
div.DivClassName
{
background-color: #B649CC;
}
.BgClassName
{
background-color: #B649CC;
}
</style>
border-color css
<style>
span { border-color: #B649CC; }
span { border-color: rgb(182,73,204); }
td.TdClassName
{
border-color: #B649CC;
}
.TagClassName
{
border-color: #B649CC;
}
</style>