Shades of Medium Orchid #B564C3
Tints of Medium Orchid #B564C3
RGB
CMYK
RGB Variations
Color information
#B564C3 (or 0xB564C3) is known color: Medium Orchid. HEX triplet: B5, 64 and C3. RGB value is (181,100,195). Sum of RGB (Red+Green+Blue) = 181+100+195=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 195 - color contains mainly: blue. Hex color #B564C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564C3 is #4A9B3C. Grayscale: #868686. Windows color (decimal): -4889405 or 12805301. OLE color: 12805301.
HSL color Cylindrical-coordinate representation of color #B564C3: hue angle of 291.16º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B564C3 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 100 | 195 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.24 |
| HSL | 291.16º | 0.44% | 0.58% | - |
| HSV(B) | 291.16º | 0.49% | 0.76% | - |
| XYZ | 33.46 | 22.88 | 54.28 | - |
| YUV | 135.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 195 | 0.07 | 0.49 | 0 | 0.24 | 291.16 | 0.44 | 0.58 |
| Hex | B5 | 64 | C3 | 7 | 31 | 0 | 18 | 123 | 2C | 3A |
| Octal | 265 | 144 | 303 | 7 | 61 | 0 | 30 | 443 | 54 | 72 |
| Binary | 10110101 | 1100100 | 11000011 | 111 | 110001 | 0 | 11000 | 100100011 | 101100 | 111010 |
Color Harmonies of #B564C3
Complementary color
Monochromatic Colors of #B564C3
Black with #B564C3
Text Example
Text Example
White with #B564C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564C3; }
p { color: rgb(181,100,195); }
H1.HeaderClassName
{
color: #B564C3;
}
.AnyTagClassName
{
color: #B564C3;
}
</style>
background-color css
<style>
a { background-color: #B564C3; }
a { background-color: rgb(181,100,195); }
div.DivClassName
{
background-color: #B564C3;
}
.BgClassName
{
background-color: #B564C3;
}
</style>
border-color css
<style>
span { border-color: #B564C3; }
span { border-color: rgb(181,100,195); }
td.TdClassName
{
border-color: #B564C3;
}
.TagClassName
{
border-color: #B564C3;
}
</style>