Shades of Medium Orchid #B566C3
Tints of Medium Orchid #B566C3
RGB
CMYK
RGB Variations
Color information
#B566C3 (or 0xB566C3) is known color: Medium Orchid. HEX triplet: B5, 66 and C3. RGB value is (181,102,195). Sum of RGB (Red+Green+Blue) = 181+102+195=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #B566C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566C3 is #4A993C. Grayscale: #878787. Windows color (decimal): -4888893 or 12805813. OLE color: 12805813.
HSL color Cylindrical-coordinate representation of color #B566C3: hue angle of 290.97º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B566C3 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 102 | 195 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.24 |
| HSL | 290.97º | 0.44% | 0.58% | - |
| HSV(B) | 290.97º | 0.48% | 0.76% | - |
| XYZ | 33.66 | 23.27 | 54.35 | - |
| YUV | 136.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 195 | 0.07 | 0.48 | 0 | 0.24 | 290.97 | 0.44 | 0.58 |
| Hex | B5 | 66 | C3 | 7 | 30 | 0 | 18 | 123 | 2C | 3A |
| Octal | 265 | 146 | 303 | 7 | 60 | 0 | 30 | 443 | 54 | 72 |
| Binary | 10110101 | 1100110 | 11000011 | 111 | 110000 | 0 | 11000 | 100100011 | 101100 | 111010 |
Color Harmonies of #B566C3
Complementary color
Monochromatic Colors of #B566C3
Black with #B566C3
Text Example
Text Example
White with #B566C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566C3; }
p { color: rgb(181,102,195); }
H1.HeaderClassName
{
color: #B566C3;
}
.AnyTagClassName
{
color: #B566C3;
}
</style>
background-color css
<style>
a { background-color: #B566C3; }
a { background-color: rgb(181,102,195); }
div.DivClassName
{
background-color: #B566C3;
}
.BgClassName
{
background-color: #B566C3;
}
</style>
border-color css
<style>
span { border-color: #B566C3; }
span { border-color: rgb(181,102,195); }
td.TdClassName
{
border-color: #B566C3;
}
.TagClassName
{
border-color: #B566C3;
}
</style>