Shades of Medium Orchid #B568C3
Tints of Medium Orchid #B568C3
RGB
CMYK
RGB Variations
Color information
#B568C3 (or 0xB568C3) is known color: Medium Orchid. HEX triplet: B5, 68 and C3. RGB value is (181,104,195). Sum of RGB (Red+Green+Blue) = 181+104+195=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 195 - color contains mainly: blue. Hex color #B568C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568C3 is #4A973C. Grayscale: #898989. Windows color (decimal): -4888381 or 12806325. OLE color: 12806325.
HSL color Cylindrical-coordinate representation of color #B568C3: hue angle of 290.77º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B568C3 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 104 | 195 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.24 |
| HSL | 290.77º | 0.43% | 0.59% | - |
| HSV(B) | 290.77º | 0.47% | 0.76% | - |
| XYZ | 33.86 | 23.66 | 54.41 | - |
| YUV | 137.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 195 | 0.07 | 0.47 | 0 | 0.24 | 290.77 | 0.43 | 0.59 |
| Hex | B5 | 68 | C3 | 7 | 2F | 0 | 18 | 123 | 2B | 3B |
| Octal | 265 | 150 | 303 | 7 | 57 | 0 | 30 | 443 | 53 | 73 |
| Binary | 10110101 | 1101000 | 11000011 | 111 | 101111 | 0 | 11000 | 100100011 | 101011 | 111011 |
Color Harmonies of #B568C3
Complementary color
Monochromatic Colors of #B568C3
Black with #B568C3
Text Example
Text Example
White with #B568C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B568C3; }
p { color: rgb(181,104,195); }
H1.HeaderClassName
{
color: #B568C3;
}
.AnyTagClassName
{
color: #B568C3;
}
</style>
background-color css
<style>
a { background-color: #B568C3; }
a { background-color: rgb(181,104,195); }
div.DivClassName
{
background-color: #B568C3;
}
.BgClassName
{
background-color: #B568C3;
}
</style>
border-color css
<style>
span { border-color: #B568C3; }
span { border-color: rgb(181,104,195); }
td.TdClassName
{
border-color: #B568C3;
}
.TagClassName
{
border-color: #B568C3;
}
</style>