Shades of Medium Orchid #B566EA
Tints of Medium Orchid #B566EA
RGB
CMYK
RGB Variations
Color information
#B566EA (or 0xB566EA) is known color: Medium Orchid. HEX triplet: B5, 66 and EA. RGB value is (181,102,234). Sum of RGB (Red+Green+Blue) = 181+102+234=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #B566EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B566EA is #4A9915. Grayscale: #8C8C8C. Windows color (decimal): -4888854 or 15361717. OLE color: 15361717.
HSL color Cylindrical-coordinate representation of color #B566EA: hue angle of 275.91º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B566EA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 102 | 234 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.08 |
| HSL | 275.91º | 0.76% | 0.66% | - |
| HSV(B) | 275.91º | 0.56% | 0.92% | - |
| XYZ | 38.66 | 25.27 | 80.68 | - |
| YUV | 140.67 | 180.67 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 234 | 0.23 | 0.56 | 0 | 0.08 | 275.91 | 0.76 | 0.66 |
| Hex | B5 | 66 | EA | 17 | 38 | 0 | 8 | 114 | 4C | 42 |
| Octal | 265 | 146 | 352 | 27 | 70 | 0 | 10 | 424 | 114 | 102 |
| Binary | 10110101 | 1100110 | 11101010 | 10111 | 111000 | 0 | 1000 | 100010100 | 1001100 | 1000010 |
Color Harmonies of #B566EA
Complementary color
Monochromatic Colors of #B566EA
Black with #B566EA
Text Example
Text Example
White with #B566EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566EA; }
p { color: rgb(181,102,234); }
H1.HeaderClassName
{
color: #B566EA;
}
.AnyTagClassName
{
color: #B566EA;
}
</style>
background-color css
<style>
a { background-color: #B566EA; }
a { background-color: rgb(181,102,234); }
div.DivClassName
{
background-color: #B566EA;
}
.BgClassName
{
background-color: #B566EA;
}
</style>
border-color css
<style>
span { border-color: #B566EA; }
span { border-color: rgb(181,102,234); }
td.TdClassName
{
border-color: #B566EA;
}
.TagClassName
{
border-color: #B566EA;
}
</style>