Shades of Medium Orchid #B566F7
Tints of Medium Orchid #B566F7
RGB
CMYK
RGB Variations
Color information
#B566F7 (or 0xB566F7) is known color: Medium Orchid. HEX triplet: B5, 66 and F7. RGB value is (181,102,247). Sum of RGB (Red+Green+Blue) = 181+102+247=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #B566F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B566F7 is #4A9908. Grayscale: #8D8D8D. Windows color (decimal): -4888841 or 16213685. OLE color: 16213685.
HSL color Cylindrical-coordinate representation of color #B566F7: hue angle of 272.69º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B566F7 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 102 | 247 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.03 |
| HSL | 272.69º | 0.9% | 0.68% | - |
| HSV(B) | 272.69º | 0.59% | 0.97% | - |
| XYZ | 40.6 | 26.04 | 90.88 | - |
| YUV | 142.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 247 | 0.27 | 0.59 | 0 | 0.03 | 272.69 | 0.9 | 0.68 |
| Hex | B5 | 66 | F7 | 1B | 3B | 0 | 3 | 111 | 5A | 44 |
| Octal | 265 | 146 | 367 | 33 | 73 | 0 | 3 | 421 | 132 | 104 |
| Binary | 10110101 | 1100110 | 11110111 | 11011 | 111011 | 0 | 11 | 100010001 | 1011010 | 1000100 |
Color Harmonies of #B566F7
Complementary color
Monochromatic Colors of #B566F7
Black with #B566F7
Text Example
Text Example
White with #B566F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566F7; }
p { color: rgb(181,102,247); }
H1.HeaderClassName
{
color: #B566F7;
}
.AnyTagClassName
{
color: #B566F7;
}
</style>
background-color css
<style>
a { background-color: #B566F7; }
a { background-color: rgb(181,102,247); }
div.DivClassName
{
background-color: #B566F7;
}
.BgClassName
{
background-color: #B566F7;
}
</style>
border-color css
<style>
span { border-color: #B566F7; }
span { border-color: rgb(181,102,247); }
td.TdClassName
{
border-color: #B566F7;
}
.TagClassName
{
border-color: #B566F7;
}
</style>