Shades of Medium Orchid #B568CA
Tints of Medium Orchid #B568CA
RGB
CMYK
RGB Variations
Color information
#B568CA (or 0xB568CA) is known color: Medium Orchid. HEX triplet: B5, 68 and CA. RGB value is (181,104,202). Sum of RGB (Red+Green+Blue) = 181+104+202=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #B568CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568CA is #4A9735. Grayscale: #898989. Windows color (decimal): -4888374 or 13265077. OLE color: 13265077.
HSL color Cylindrical-coordinate representation of color #B568CA: hue angle of 287.14º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B568CA is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 104 | 202 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.21 |
| HSL | 287.14º | 0.48% | 0.6% | - |
| HSV(B) | 287.14º | 0.49% | 0.79% | - |
| XYZ | 34.67 | 23.99 | 58.68 | - |
| YUV | 138.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 202 | 0.10 | 0.49 | 0 | 0.21 | 287.14 | 0.48 | 0.6 |
| Hex | B5 | 68 | CA | A | 31 | 0 | 15 | 11F | 30 | 3C |
| Octal | 265 | 150 | 312 | 12 | 61 | 0 | 25 | 437 | 60 | 74 |
| Binary | 10110101 | 1101000 | 11001010 | 1010 | 110001 | 0 | 10101 | 100011111 | 110000 | 111100 |
Color Harmonies of #B568CA
Complementary color
Monochromatic Colors of #B568CA
Black with #B568CA
Text Example
Text Example
White with #B568CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B568CA; }
p { color: rgb(181,104,202); }
H1.HeaderClassName
{
color: #B568CA;
}
.AnyTagClassName
{
color: #B568CA;
}
</style>
background-color css
<style>
a { background-color: #B568CA; }
a { background-color: rgb(181,104,202); }
div.DivClassName
{
background-color: #B568CA;
}
.BgClassName
{
background-color: #B568CA;
}
</style>
border-color css
<style>
span { border-color: #B568CA; }
span { border-color: rgb(181,104,202); }
td.TdClassName
{
border-color: #B568CA;
}
.TagClassName
{
border-color: #B568CA;
}
</style>