Shades of Medium Orchid #B566CF
Tints of Medium Orchid #B566CF
RGB
CMYK
RGB Variations
Color information
#B566CF (or 0xB566CF) is known color: Medium Orchid. HEX triplet: B5, 66 and CF. RGB value is (181,102,207). Sum of RGB (Red+Green+Blue) = 181+102+207=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #B566CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566CF is #4A9930. Grayscale: #898989. Windows color (decimal): -4888881 or 13592245. OLE color: 13592245.
HSL color Cylindrical-coordinate representation of color #B566CF: hue angle of 285.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B566CF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 102 | 207 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.19 |
| HSL | 285.14º | 0.52% | 0.61% | - |
| HSV(B) | 285.14º | 0.51% | 0.81% | - |
| XYZ | 35.07 | 23.83 | 61.78 | - |
| YUV | 137.59 | 167.17 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 207 | 0.13 | 0.51 | 0 | 0.19 | 285.14 | 0.52 | 0.61 |
| Hex | B5 | 66 | CF | D | 33 | 0 | 13 | 11D | 34 | 3D |
| Octal | 265 | 146 | 317 | 15 | 63 | 0 | 23 | 435 | 64 | 75 |
| Binary | 10110101 | 1100110 | 11001111 | 1101 | 110011 | 0 | 10011 | 100011101 | 110100 | 111101 |
Color Harmonies of #B566CF
Complementary color
Monochromatic Colors of #B566CF
Black with #B566CF
Text Example
Text Example
White with #B566CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566CF; }
p { color: rgb(181,102,207); }
H1.HeaderClassName
{
color: #B566CF;
}
.AnyTagClassName
{
color: #B566CF;
}
</style>
background-color css
<style>
a { background-color: #B566CF; }
a { background-color: rgb(181,102,207); }
div.DivClassName
{
background-color: #B566CF;
}
.BgClassName
{
background-color: #B566CF;
}
</style>
border-color css
<style>
span { border-color: #B566CF; }
span { border-color: rgb(181,102,207); }
td.TdClassName
{
border-color: #B566CF;
}
.TagClassName
{
border-color: #B566CF;
}
</style>