Shades of Medium Orchid #B560FE
Tints of Medium Orchid #B560FE
RGB
CMYK
RGB Variations
Color information
#B560FE (or 0xB560FE) is known color: Medium Orchid. HEX triplet: B5, 60 and FE. RGB value is (181,96,254). Sum of RGB (Red+Green+Blue) = 181+96+254=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #B560FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B560FE is #4A9F01. Grayscale: #8A8A8A. Windows color (decimal): -4890370 or 16670901. OLE color: 16670901.
HSL color Cylindrical-coordinate representation of color #B560FE: hue angle of 272.28º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B560FE is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 96 | 254 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.00 |
| HSL | 272.28º | 0.99% | 0.69% | - |
| HSV(B) | 272.28º | 0.62% | 1% | - |
| XYZ | 41.13 | 25.35 | 96.49 | - |
| YUV | 139.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 254 | 0.29 | 0.62 | 0 | 0.00 | 272.28 | 0.99 | 0.69 |
| Hex | B5 | 60 | FE | 1D | 3E | 0 | 0 | 110 | 63 | 45 |
| Octal | 265 | 140 | 376 | 35 | 76 | 0 | 0 | 420 | 143 | 105 |
| Binary | 10110101 | 1100000 | 11111110 | 11101 | 111110 | 0 | 0 | 100010000 | 1100011 | 1000101 |
Color Harmonies of #B560FE
Complementary color
Monochromatic Colors of #B560FE
Black with #B560FE
Text Example
Text Example
White with #B560FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B560FE; }
p { color: rgb(181,96,254); }
H1.HeaderClassName
{
color: #B560FE;
}
.AnyTagClassName
{
color: #B560FE;
}
</style>
background-color css
<style>
a { background-color: #B560FE; }
a { background-color: rgb(181,96,254); }
div.DivClassName
{
background-color: #B560FE;
}
.BgClassName
{
background-color: #B560FE;
}
</style>
border-color css
<style>
span { border-color: #B560FE; }
span { border-color: rgb(181,96,254); }
td.TdClassName
{
border-color: #B560FE;
}
.TagClassName
{
border-color: #B560FE;
}
</style>