Shades of Medium Orchid #B564F9
Tints of Medium Orchid #B564F9
RGB
CMYK
RGB Variations
Color information
#B564F9 (or 0xB564F9) is known color: Medium Orchid. HEX triplet: B5, 64 and F9. RGB value is (181,100,249). Sum of RGB (Red+Green+Blue) = 181+100+249=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #B564F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564F9 is #4A9B06. Grayscale: #8C8C8C. Windows color (decimal): -4889351 or 16344245. OLE color: 16344245.
HSL color Cylindrical-coordinate representation of color #B564F9: hue angle of 272.62º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B564F9 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 100 | 249 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.02 |
| HSL | 272.62º | 0.93% | 0.68% | - |
| HSV(B) | 272.62º | 0.6% | 0.98% | - |
| XYZ | 40.71 | 25.78 | 92.45 | - |
| YUV | 141.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 249 | 0.27 | 0.60 | 0 | 0.02 | 272.62 | 0.93 | 0.68 |
| Hex | B5 | 64 | F9 | 1B | 3C | 0 | 2 | 111 | 5D | 44 |
| Octal | 265 | 144 | 371 | 33 | 74 | 0 | 2 | 421 | 135 | 104 |
| Binary | 10110101 | 1100100 | 11111001 | 11011 | 111100 | 0 | 10 | 100010001 | 1011101 | 1000100 |
Color Harmonies of #B564F9
Complementary color
Monochromatic Colors of #B564F9
Black with #B564F9
Text Example
Text Example
White with #B564F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564F9; }
p { color: rgb(181,100,249); }
H1.HeaderClassName
{
color: #B564F9;
}
.AnyTagClassName
{
color: #B564F9;
}
</style>
background-color css
<style>
a { background-color: #B564F9; }
a { background-color: rgb(181,100,249); }
div.DivClassName
{
background-color: #B564F9;
}
.BgClassName
{
background-color: #B564F9;
}
</style>
border-color css
<style>
span { border-color: #B564F9; }
span { border-color: rgb(181,100,249); }
td.TdClassName
{
border-color: #B564F9;
}
.TagClassName
{
border-color: #B564F9;
}
</style>