Shades of Medium Orchid #B564F0
Tints of Medium Orchid #B564F0
RGB
CMYK
RGB Variations
Color information
#B564F0 (or 0xB564F0) is known color: Medium Orchid. HEX triplet: B5, 64 and F0. RGB value is (181,100,240). Sum of RGB (Red+Green+Blue) = 181+100+240=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #B564F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564F0 is #4A9B0F. Grayscale: #8B8B8B. Windows color (decimal): -4889360 or 15754421. OLE color: 15754421.
HSL color Cylindrical-coordinate representation of color #B564F0: hue angle of 274.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B564F0 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 100 | 240 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.06 |
| HSL | 274.71º | 0.82% | 0.67% | - |
| HSV(B) | 274.71º | 0.58% | 0.94% | - |
| XYZ | 39.34 | 25.23 | 85.23 | - |
| YUV | 140.18 | 184.34 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 240 | 0.25 | 0.58 | 0 | 0.06 | 274.71 | 0.82 | 0.67 |
| Hex | B5 | 64 | F0 | 19 | 3A | 0 | 6 | 113 | 52 | 43 |
| Octal | 265 | 144 | 360 | 31 | 72 | 0 | 6 | 423 | 122 | 103 |
| Binary | 10110101 | 1100100 | 11110000 | 11001 | 111010 | 0 | 110 | 100010011 | 1010010 | 1000011 |
Color Harmonies of #B564F0
Complementary color
Monochromatic Colors of #B564F0
Black with #B564F0
Text Example
Text Example
White with #B564F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564F0; }
p { color: rgb(181,100,240); }
H1.HeaderClassName
{
color: #B564F0;
}
.AnyTagClassName
{
color: #B564F0;
}
</style>
background-color css
<style>
a { background-color: #B564F0; }
a { background-color: rgb(181,100,240); }
div.DivClassName
{
background-color: #B564F0;
}
.BgClassName
{
background-color: #B564F0;
}
</style>
border-color css
<style>
span { border-color: #B564F0; }
span { border-color: rgb(181,100,240); }
td.TdClassName
{
border-color: #B564F0;
}
.TagClassName
{
border-color: #B564F0;
}
</style>