Shades of Medium Orchid #B564F1
Tints of Medium Orchid #B564F1
RGB
CMYK
RGB Variations
Color information
#B564F1 (or 0xB564F1) is known color: Medium Orchid. HEX triplet: B5, 64 and F1. RGB value is (181,100,241). Sum of RGB (Red+Green+Blue) = 181+100+241=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #B564F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564F1 is #4A9B0E. Grayscale: #8B8B8B. Windows color (decimal): -4889359 or 15819957. OLE color: 15819957.
HSL color Cylindrical-coordinate representation of color #B564F1: hue angle of 274.47º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B564F1 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 100 | 241 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.05 |
| HSL | 274.47º | 0.83% | 0.67% | - |
| HSV(B) | 274.47º | 0.59% | 0.95% | - |
| XYZ | 39.49 | 25.29 | 86.02 | - |
| YUV | 140.29 | 184.84 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 241 | 0.25 | 0.59 | 0 | 0.05 | 274.47 | 0.83 | 0.67 |
| Hex | B5 | 64 | F1 | 19 | 3B | 0 | 5 | 112 | 53 | 43 |
| Octal | 265 | 144 | 361 | 31 | 73 | 0 | 5 | 422 | 123 | 103 |
| Binary | 10110101 | 1100100 | 11110001 | 11001 | 111011 | 0 | 101 | 100010010 | 1010011 | 1000011 |
Color Harmonies of #B564F1
Complementary color
Monochromatic Colors of #B564F1
Black with #B564F1
Text Example
Text Example
White with #B564F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564F1; }
p { color: rgb(181,100,241); }
H1.HeaderClassName
{
color: #B564F1;
}
.AnyTagClassName
{
color: #B564F1;
}
</style>
background-color css
<style>
a { background-color: #B564F1; }
a { background-color: rgb(181,100,241); }
div.DivClassName
{
background-color: #B564F1;
}
.BgClassName
{
background-color: #B564F1;
}
</style>
border-color css
<style>
span { border-color: #B564F1; }
span { border-color: rgb(181,100,241); }
td.TdClassName
{
border-color: #B564F1;
}
.TagClassName
{
border-color: #B564F1;
}
</style>