Shades of Medium Orchid #B564F3
Tints of Medium Orchid #B564F3
RGB
CMYK
RGB Variations
Color information
#B564F3 (or 0xB564F3) is known color: Medium Orchid. HEX triplet: B5, 64 and F3. RGB value is (181,100,243). Sum of RGB (Red+Green+Blue) = 181+100+243=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #B564F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564F3 is #4A9B0C. Grayscale: #8C8C8C. Windows color (decimal): -4889357 or 15951029. OLE color: 15951029.
HSL color Cylindrical-coordinate representation of color #B564F3: hue angle of 273.99º degrees, saturation: 0.86, 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 #B564F3 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 100 | 243 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.05 |
| HSL | 273.99º | 0.86% | 0.67% | - |
| HSV(B) | 273.99º | 0.59% | 0.95% | - |
| XYZ | 39.79 | 25.41 | 87.6 | - |
| YUV | 140.52 | 185.84 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 243 | 0.26 | 0.59 | 0 | 0.05 | 273.99 | 0.86 | 0.67 |
| Hex | B5 | 64 | F3 | 1A | 3B | 0 | 5 | 112 | 56 | 43 |
| Octal | 265 | 144 | 363 | 32 | 73 | 0 | 5 | 422 | 126 | 103 |
| Binary | 10110101 | 1100100 | 11110011 | 11010 | 111011 | 0 | 101 | 100010010 | 1010110 | 1000011 |
Color Harmonies of #B564F3
Complementary color
Monochromatic Colors of #B564F3
Black with #B564F3
Text Example
Text Example
White with #B564F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564F3; }
p { color: rgb(181,100,243); }
H1.HeaderClassName
{
color: #B564F3;
}
.AnyTagClassName
{
color: #B564F3;
}
</style>
background-color css
<style>
a { background-color: #B564F3; }
a { background-color: rgb(181,100,243); }
div.DivClassName
{
background-color: #B564F3;
}
.BgClassName
{
background-color: #B564F3;
}
</style>
border-color css
<style>
span { border-color: #B564F3; }
span { border-color: rgb(181,100,243); }
td.TdClassName
{
border-color: #B564F3;
}
.TagClassName
{
border-color: #B564F3;
}
</style>