Shades of Medium Orchid #B566CB
Tints of Medium Orchid #B566CB
RGB
CMYK
RGB Variations
Color information
#B566CB (or 0xB566CB) is known color: Medium Orchid. HEX triplet: B5, 66 and CB. RGB value is (181,102,203). Sum of RGB (Red+Green+Blue) = 181+102+203=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #B566CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566CB is #4A9934. Grayscale: #888888. Windows color (decimal): -4888885 or 13330101. OLE color: 13330101.
HSL color Cylindrical-coordinate representation of color #B566CB: hue angle of 286.93º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B566CB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 102 | 203 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.20 |
| HSL | 286.93º | 0.49% | 0.6% | - |
| HSV(B) | 286.93º | 0.5% | 0.8% | - |
| XYZ | 34.59 | 23.64 | 59.24 | - |
| YUV | 137.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 203 | 0.11 | 0.50 | 0 | 0.20 | 286.93 | 0.49 | 0.6 |
| Hex | B5 | 66 | CB | B | 32 | 0 | 14 | 11F | 31 | 3C |
| Octal | 265 | 146 | 313 | 13 | 62 | 0 | 24 | 437 | 61 | 74 |
| Binary | 10110101 | 1100110 | 11001011 | 1011 | 110010 | 0 | 10100 | 100011111 | 110001 | 111100 |
Color Harmonies of #B566CB
Complementary color
Monochromatic Colors of #B566CB
Black with #B566CB
Text Example
Text Example
White with #B566CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566CB; }
p { color: rgb(181,102,203); }
H1.HeaderClassName
{
color: #B566CB;
}
.AnyTagClassName
{
color: #B566CB;
}
</style>
background-color css
<style>
a { background-color: #B566CB; }
a { background-color: rgb(181,102,203); }
div.DivClassName
{
background-color: #B566CB;
}
.BgClassName
{
background-color: #B566CB;
}
</style>
border-color css
<style>
span { border-color: #B566CB; }
span { border-color: rgb(181,102,203); }
td.TdClassName
{
border-color: #B566CB;
}
.TagClassName
{
border-color: #B566CB;
}
</style>