Shades of Medium Orchid #B564EA
Tints of Medium Orchid #B564EA
RGB
CMYK
RGB Variations
Color information
#B564EA (or 0xB564EA) is known color: Medium Orchid. HEX triplet: B5, 64 and EA. RGB value is (181,100,234). Sum of RGB (Red+Green+Blue) = 181+100+234=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #B564EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564EA is #4A9B15. Grayscale: #8B8B8B. Windows color (decimal): -4889366 or 15361205. OLE color: 15361205.
HSL color Cylindrical-coordinate representation of color #B564EA: hue angle of 276.27º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B564EA is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 100 | 234 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.08 |
| HSL | 276.27º | 0.76% | 0.65% | - |
| HSV(B) | 276.27º | 0.57% | 0.92% | - |
| XYZ | 38.46 | 24.88 | 80.62 | - |
| YUV | 139.5 | 181.34 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 234 | 0.23 | 0.57 | 0 | 0.08 | 276.27 | 0.76 | 0.65 |
| Hex | B5 | 64 | EA | 17 | 39 | 0 | 8 | 114 | 4C | 41 |
| Octal | 265 | 144 | 352 | 27 | 71 | 0 | 10 | 424 | 114 | 101 |
| Binary | 10110101 | 1100100 | 11101010 | 10111 | 111001 | 0 | 1000 | 100010100 | 1001100 | 1000001 |
Color Harmonies of #B564EA
Complementary color
Monochromatic Colors of #B564EA
Black with #B564EA
Text Example
Text Example
White with #B564EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564EA; }
p { color: rgb(181,100,234); }
H1.HeaderClassName
{
color: #B564EA;
}
.AnyTagClassName
{
color: #B564EA;
}
</style>
background-color css
<style>
a { background-color: #B564EA; }
a { background-color: rgb(181,100,234); }
div.DivClassName
{
background-color: #B564EA;
}
.BgClassName
{
background-color: #B564EA;
}
</style>
border-color css
<style>
span { border-color: #B564EA; }
span { border-color: rgb(181,100,234); }
td.TdClassName
{
border-color: #B564EA;
}
.TagClassName
{
border-color: #B564EA;
}
</style>