Shades of Medium Orchid #B564EE
Tints of Medium Orchid #B564EE
RGB
CMYK
RGB Variations
Color information
#B564EE (or 0xB564EE) is known color: Medium Orchid. HEX triplet: B5, 64 and EE. RGB value is (181,100,238). Sum of RGB (Red+Green+Blue) = 181+100+238=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #B564EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564EE is #4A9B11. Grayscale: #8B8B8B. Windows color (decimal): -4889362 or 15623349. OLE color: 15623349.
HSL color Cylindrical-coordinate representation of color #B564EE: hue angle of 275.22º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B564EE is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 100 | 238 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.07 |
| HSL | 275.22º | 0.8% | 0.66% | - |
| HSV(B) | 275.22º | 0.58% | 0.93% | - |
| XYZ | 39.05 | 25.11 | 83.68 | - |
| YUV | 139.95 | 183.34 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 238 | 0.24 | 0.58 | 0 | 0.07 | 275.22 | 0.8 | 0.66 |
| Hex | B5 | 64 | EE | 18 | 3A | 0 | 7 | 113 | 50 | 42 |
| Octal | 265 | 144 | 356 | 30 | 72 | 0 | 7 | 423 | 120 | 102 |
| Binary | 10110101 | 1100100 | 11101110 | 11000 | 111010 | 0 | 111 | 100010011 | 1010000 | 1000010 |
Color Harmonies of #B564EE
Complementary color
Monochromatic Colors of #B564EE
Black with #B564EE
Text Example
Text Example
White with #B564EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564EE; }
p { color: rgb(181,100,238); }
H1.HeaderClassName
{
color: #B564EE;
}
.AnyTagClassName
{
color: #B564EE;
}
</style>
background-color css
<style>
a { background-color: #B564EE; }
a { background-color: rgb(181,100,238); }
div.DivClassName
{
background-color: #B564EE;
}
.BgClassName
{
background-color: #B564EE;
}
</style>
border-color css
<style>
span { border-color: #B564EE; }
span { border-color: rgb(181,100,238); }
td.TdClassName
{
border-color: #B564EE;
}
.TagClassName
{
border-color: #B564EE;
}
</style>