Shades of Medium Orchid #B564FA
Tints of Medium Orchid #B564FA
RGB
CMYK
RGB Variations
Color information
#B564FA (or 0xB564FA) is known color: Medium Orchid. HEX triplet: B5, 64 and FA. RGB value is (181,100,250). Sum of RGB (Red+Green+Blue) = 181+100+250=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #B564FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564FA is #4A9B05. Grayscale: #8C8C8C. Windows color (decimal): -4889350 or 16409781. OLE color: 16409781.
HSL color Cylindrical-coordinate representation of color #B564FA: hue angle of 272.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B564FA is Cyan = 0.28, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 100 | 250 | - |
| CMYK | 0.28 | 0.6 | 0 | 0.02 |
| HSL | 272.4º | 0.94% | 0.69% | - |
| HSV(B) | 272.4º | 0.6% | 0.98% | - |
| XYZ | 40.87 | 25.84 | 93.28 | - |
| YUV | 141.32 | 189.34 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 250 | 0.28 | 0.6 | 0 | 0.02 | 272.4 | 0.94 | 0.69 |
| Hex | B5 | 64 | FA | 1C | 3C | 0 | 2 | 110 | 5E | 45 |
| Octal | 265 | 144 | 372 | 34 | 74 | 0 | 2 | 420 | 136 | 105 |
| Binary | 10110101 | 1100100 | 11111010 | 11100 | 111100 | 0 | 10 | 100010000 | 1011110 | 1000101 |
Color Harmonies of #B564FA
Complementary color
Monochromatic Colors of #B564FA
Black with #B564FA
Text Example
Text Example
White with #B564FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564FA; }
p { color: rgb(181,100,250); }
H1.HeaderClassName
{
color: #B564FA;
}
.AnyTagClassName
{
color: #B564FA;
}
</style>
background-color css
<style>
a { background-color: #B564FA; }
a { background-color: rgb(181,100,250); }
div.DivClassName
{
background-color: #B564FA;
}
.BgClassName
{
background-color: #B564FA;
}
</style>
border-color css
<style>
span { border-color: #B564FA; }
span { border-color: rgb(181,100,250); }
td.TdClassName
{
border-color: #B564FA;
}
.TagClassName
{
border-color: #B564FA;
}
</style>