Shades of Medium Orchid #B566CE
Tints of Medium Orchid #B566CE
RGB
CMYK
RGB Variations
Color information
#B566CE (or 0xB566CE) is known color: Medium Orchid. HEX triplet: B5, 66 and CE. RGB value is (181,102,206). Sum of RGB (Red+Green+Blue) = 181+102+206=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #B566CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566CE is #4A9931. Grayscale: #898989. Windows color (decimal): -4888882 or 13526709. OLE color: 13526709.
HSL color Cylindrical-coordinate representation of color #B566CE: hue angle of 285.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B566CE is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 102 | 206 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.19 |
| HSL | 285.58º | 0.51% | 0.6% | - |
| HSV(B) | 285.58º | 0.5% | 0.81% | - |
| XYZ | 34.95 | 23.78 | 61.14 | - |
| YUV | 137.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 206 | 0.12 | 0.50 | 0 | 0.19 | 285.58 | 0.51 | 0.6 |
| Hex | B5 | 66 | CE | C | 32 | 0 | 13 | 11E | 33 | 3C |
| Octal | 265 | 146 | 316 | 14 | 62 | 0 | 23 | 436 | 63 | 74 |
| Binary | 10110101 | 1100110 | 11001110 | 1100 | 110010 | 0 | 10011 | 100011110 | 110011 | 111100 |
Color Harmonies of #B566CE
Complementary color
Monochromatic Colors of #B566CE
Black with #B566CE
Text Example
Text Example
White with #B566CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566CE; }
p { color: rgb(181,102,206); }
H1.HeaderClassName
{
color: #B566CE;
}
.AnyTagClassName
{
color: #B566CE;
}
</style>
background-color css
<style>
a { background-color: #B566CE; }
a { background-color: rgb(181,102,206); }
div.DivClassName
{
background-color: #B566CE;
}
.BgClassName
{
background-color: #B566CE;
}
</style>
border-color css
<style>
span { border-color: #B566CE; }
span { border-color: rgb(181,102,206); }
td.TdClassName
{
border-color: #B566CE;
}
.TagClassName
{
border-color: #B566CE;
}
</style>