Shades of Medium Orchid #B568C6
Tints of Medium Orchid #B568C6
RGB
CMYK
RGB Variations
Color information
#B568C6 (or 0xB568C6) is known color: Medium Orchid. HEX triplet: B5, 68 and C6. RGB value is (181,104,198). Sum of RGB (Red+Green+Blue) = 181+104+198=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #B568C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568C6 is #4A9739. Grayscale: #898989. Windows color (decimal): -4888378 or 13002933. OLE color: 13002933.
HSL color Cylindrical-coordinate representation of color #B568C6: hue angle of 289.15º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B568C6 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 104 | 198 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.22 |
| HSL | 289.15º | 0.45% | 0.59% | - |
| HSV(B) | 289.15º | 0.47% | 0.78% | - |
| XYZ | 34.2 | 23.8 | 56.22 | - |
| YUV | 137.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 198 | 0.09 | 0.47 | 0 | 0.22 | 289.15 | 0.45 | 0.59 |
| Hex | B5 | 68 | C6 | 9 | 2F | 0 | 16 | 121 | 2D | 3B |
| Octal | 265 | 150 | 306 | 11 | 57 | 0 | 26 | 441 | 55 | 73 |
| Binary | 10110101 | 1101000 | 11000110 | 1001 | 101111 | 0 | 10110 | 100100001 | 101101 | 111011 |
Color Harmonies of #B568C6
Complementary color
Monochromatic Colors of #B568C6
Black with #B568C6
Text Example
Text Example
White with #B568C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B568C6; }
p { color: rgb(181,104,198); }
H1.HeaderClassName
{
color: #B568C6;
}
.AnyTagClassName
{
color: #B568C6;
}
</style>
background-color css
<style>
a { background-color: #B568C6; }
a { background-color: rgb(181,104,198); }
div.DivClassName
{
background-color: #B568C6;
}
.BgClassName
{
background-color: #B568C6;
}
</style>
border-color css
<style>
span { border-color: #B568C6; }
span { border-color: rgb(181,104,198); }
td.TdClassName
{
border-color: #B568C6;
}
.TagClassName
{
border-color: #B568C6;
}
</style>