Shades of Medium Orchid #B566C4
Tints of Medium Orchid #B566C4
RGB
CMYK
RGB Variations
Color information
#B566C4 (or 0xB566C4) is known color: Medium Orchid. HEX triplet: B5, 66 and C4. RGB value is (181,102,196). Sum of RGB (Red+Green+Blue) = 181+102+196=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #B566C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566C4 is #4A993B. Grayscale: #888888. Windows color (decimal): -4888892 or 12871349. OLE color: 12871349.
HSL color Cylindrical-coordinate representation of color #B566C4: hue angle of 290.43º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B566C4 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 102 | 196 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.23 |
| HSL | 290.43º | 0.44% | 0.58% | - |
| HSV(B) | 290.43º | 0.48% | 0.77% | - |
| XYZ | 33.77 | 23.31 | 54.94 | - |
| YUV | 136.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 196 | 0.08 | 0.48 | 0 | 0.23 | 290.43 | 0.44 | 0.58 |
| Hex | B5 | 66 | C4 | 8 | 30 | 0 | 17 | 122 | 2C | 3A |
| Octal | 265 | 146 | 304 | 10 | 60 | 0 | 27 | 442 | 54 | 72 |
| Binary | 10110101 | 1100110 | 11000100 | 1000 | 110000 | 0 | 10111 | 100100010 | 101100 | 111010 |
Color Harmonies of #B566C4
Complementary color
Monochromatic Colors of #B566C4
Black with #B566C4
Text Example
Text Example
White with #B566C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566C4; }
p { color: rgb(181,102,196); }
H1.HeaderClassName
{
color: #B566C4;
}
.AnyTagClassName
{
color: #B566C4;
}
</style>
background-color css
<style>
a { background-color: #B566C4; }
a { background-color: rgb(181,102,196); }
div.DivClassName
{
background-color: #B566C4;
}
.BgClassName
{
background-color: #B566C4;
}
</style>
border-color css
<style>
span { border-color: #B566C4; }
span { border-color: rgb(181,102,196); }
td.TdClassName
{
border-color: #B566C4;
}
.TagClassName
{
border-color: #B566C4;
}
</style>