Shades of Medium Orchid #B564F2
Tints of Medium Orchid #B564F2
RGB
CMYK
RGB Variations
Color information
#B564F2 (or 0xB564F2) is known color: Medium Orchid. HEX triplet: B5, 64 and F2. RGB value is (181,100,242). Sum of RGB (Red+Green+Blue) = 181+100+242=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #B564F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564F2 is #4A9B0D. Grayscale: #8B8B8B. Windows color (decimal): -4889358 or 15885493. OLE color: 15885493.
HSL color Cylindrical-coordinate representation of color #B564F2: hue angle of 274.23º degrees, saturation: 0.85, 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 #B564F2 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 100 | 242 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.05 |
| HSL | 274.23º | 0.85% | 0.67% | - |
| HSV(B) | 274.23º | 0.59% | 0.95% | - |
| XYZ | 39.64 | 25.35 | 86.81 | - |
| YUV | 140.41 | 185.34 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 242 | 0.25 | 0.59 | 0 | 0.05 | 274.23 | 0.85 | 0.67 |
| Hex | B5 | 64 | F2 | 19 | 3B | 0 | 5 | 112 | 55 | 43 |
| Octal | 265 | 144 | 362 | 31 | 73 | 0 | 5 | 422 | 125 | 103 |
| Binary | 10110101 | 1100100 | 11110010 | 11001 | 111011 | 0 | 101 | 100010010 | 1010101 | 1000011 |
Color Harmonies of #B564F2
Complementary color
Monochromatic Colors of #B564F2
Black with #B564F2
Text Example
Text Example
White with #B564F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564F2; }
p { color: rgb(181,100,242); }
H1.HeaderClassName
{
color: #B564F2;
}
.AnyTagClassName
{
color: #B564F2;
}
</style>
background-color css
<style>
a { background-color: #B564F2; }
a { background-color: rgb(181,100,242); }
div.DivClassName
{
background-color: #B564F2;
}
.BgClassName
{
background-color: #B564F2;
}
</style>
border-color css
<style>
span { border-color: #B564F2; }
span { border-color: rgb(181,100,242); }
td.TdClassName
{
border-color: #B564F2;
}
.TagClassName
{
border-color: #B564F2;
}
</style>