Shades of Medium Orchid #B566FA
Tints of Medium Orchid #B566FA
RGB
CMYK
RGB Variations
Color information
#B566FA (or 0xB566FA) is known color: Medium Orchid. HEX triplet: B5, 66 and FA. RGB value is (181,102,250). Sum of RGB (Red+Green+Blue) = 181+102+250=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #B566FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B566FA is #4A9905. Grayscale: #8D8D8D. Windows color (decimal): -4888838 or 16410293. OLE color: 16410293.
HSL color Cylindrical-coordinate representation of color #B566FA: hue angle of 272.03º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B566FA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 102 | 250 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.02 |
| HSL | 272.03º | 0.94% | 0.69% | - |
| HSV(B) | 272.03º | 0.59% | 0.98% | - |
| XYZ | 41.06 | 26.23 | 93.34 | - |
| YUV | 142.49 | 188.67 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 250 | 0.28 | 0.59 | 0 | 0.02 | 272.03 | 0.94 | 0.69 |
| Hex | B5 | 66 | FA | 1C | 3B | 0 | 2 | 110 | 5E | 45 |
| Octal | 265 | 146 | 372 | 34 | 73 | 0 | 2 | 420 | 136 | 105 |
| Binary | 10110101 | 1100110 | 11111010 | 11100 | 111011 | 0 | 10 | 100010000 | 1011110 | 1000101 |
Color Harmonies of #B566FA
Complementary color
Monochromatic Colors of #B566FA
Black with #B566FA
Text Example
Text Example
White with #B566FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566FA; }
p { color: rgb(181,102,250); }
H1.HeaderClassName
{
color: #B566FA;
}
.AnyTagClassName
{
color: #B566FA;
}
</style>
background-color css
<style>
a { background-color: #B566FA; }
a { background-color: rgb(181,102,250); }
div.DivClassName
{
background-color: #B566FA;
}
.BgClassName
{
background-color: #B566FA;
}
</style>
border-color css
<style>
span { border-color: #B566FA; }
span { border-color: rgb(181,102,250); }
td.TdClassName
{
border-color: #B566FA;
}
.TagClassName
{
border-color: #B566FA;
}
</style>