Shades of Medium Orchid #B566ED
Tints of Medium Orchid #B566ED
RGB
CMYK
RGB Variations
Color information
#B566ED (or 0xB566ED) is known color: Medium Orchid. HEX triplet: B5, 66 and ED. RGB value is (181,102,237). Sum of RGB (Red+Green+Blue) = 181+102+237=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #B566ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B566ED is #4A9912. Grayscale: #8C8C8C. Windows color (decimal): -4888851 or 15558325. OLE color: 15558325.
HSL color Cylindrical-coordinate representation of color #B566ED: hue angle of 275.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B566ED is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 102 | 237 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.07 |
| HSL | 275.11º | 0.79% | 0.66% | - |
| HSV(B) | 275.11º | 0.57% | 0.93% | - |
| XYZ | 39.09 | 25.44 | 82.97 | - |
| YUV | 141.01 | 182.17 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 237 | 0.24 | 0.57 | 0 | 0.07 | 275.11 | 0.79 | 0.66 |
| Hex | B5 | 66 | ED | 18 | 39 | 0 | 7 | 113 | 4F | 42 |
| Octal | 265 | 146 | 355 | 30 | 71 | 0 | 7 | 423 | 117 | 102 |
| Binary | 10110101 | 1100110 | 11101101 | 11000 | 111001 | 0 | 111 | 100010011 | 1001111 | 1000010 |
Color Harmonies of #B566ED
Complementary color
Monochromatic Colors of #B566ED
Black with #B566ED
Text Example
Text Example
White with #B566ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566ED; }
p { color: rgb(181,102,237); }
H1.HeaderClassName
{
color: #B566ED;
}
.AnyTagClassName
{
color: #B566ED;
}
</style>
background-color css
<style>
a { background-color: #B566ED; }
a { background-color: rgb(181,102,237); }
div.DivClassName
{
background-color: #B566ED;
}
.BgClassName
{
background-color: #B566ED;
}
</style>
border-color css
<style>
span { border-color: #B566ED; }
span { border-color: rgb(181,102,237); }
td.TdClassName
{
border-color: #B566ED;
}
.TagClassName
{
border-color: #B566ED;
}
</style>