Shades of Medium Orchid #B561F8
Tints of Medium Orchid #B561F8
RGB
CMYK
RGB Variations
Color information
#B561F8 (or 0xB561F8) is known color: Medium Orchid. HEX triplet: B5, 61 and F8. RGB value is (181,97,248). Sum of RGB (Red+Green+Blue) = 181+97+248=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #B561F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B561F8 is #4A9E07. Grayscale: #8A8A8A. Windows color (decimal): -4890120 or 16277941. OLE color: 16277941.
HSL color Cylindrical-coordinate representation of color #B561F8: hue angle of 273.38º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B561F8 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 97 | 248 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.03 |
| HSL | 273.38º | 0.92% | 0.68% | - |
| HSV(B) | 273.38º | 0.61% | 0.97% | - |
| XYZ | 40.27 | 25.15 | 91.54 | - |
| YUV | 139.33 | 189.33 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 248 | 0.27 | 0.61 | 0 | 0.03 | 273.38 | 0.92 | 0.68 |
| Hex | B5 | 61 | F8 | 1B | 3D | 0 | 3 | 111 | 5C | 44 |
| Octal | 265 | 141 | 370 | 33 | 75 | 0 | 3 | 421 | 134 | 104 |
| Binary | 10110101 | 1100001 | 11111000 | 11011 | 111101 | 0 | 11 | 100010001 | 1011100 | 1000100 |
Color Harmonies of #B561F8
Complementary color
Monochromatic Colors of #B561F8
Black with #B561F8
Text Example
Text Example
White with #B561F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B561F8; }
p { color: rgb(181,97,248); }
H1.HeaderClassName
{
color: #B561F8;
}
.AnyTagClassName
{
color: #B561F8;
}
</style>
background-color css
<style>
a { background-color: #B561F8; }
a { background-color: rgb(181,97,248); }
div.DivClassName
{
background-color: #B561F8;
}
.BgClassName
{
background-color: #B561F8;
}
</style>
border-color css
<style>
span { border-color: #B561F8; }
span { border-color: rgb(181,97,248); }
td.TdClassName
{
border-color: #B561F8;
}
.TagClassName
{
border-color: #B561F8;
}
</style>