Shades of Medium Orchid #B749CA
Tints of Medium Orchid #B749CA
RGB
CMYK
RGB Variations
Color information
#B749CA (or 0xB749CA) is known color: Medium Orchid. HEX triplet: B7, 49 and CA. RGB value is (183,73,202). Sum of RGB (Red+Green+Blue) = 183+73+202=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #B749CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749CA is #48B635. Grayscale: #787878. Windows color (decimal): -4765238 or 13257143. OLE color: 13257143.
HSL color Cylindrical-coordinate representation of color #B749CA: hue angle of 291.16º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B749CA is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 73 | 202 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.21 |
| HSL | 291.16º | 0.55% | 0.54% | - |
| HSV(B) | 291.16º | 0.64% | 0.79% | - |
| XYZ | 32.57 | 19.1 | 57.85 | - |
| YUV | 120.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 202 | 0.09 | 0.64 | 0 | 0.21 | 291.16 | 0.55 | 0.54 |
| Hex | B7 | 49 | CA | 9 | 40 | 0 | 15 | 123 | 37 | 36 |
| Octal | 267 | 111 | 312 | 11 | 100 | 0 | 25 | 443 | 67 | 66 |
| Binary | 10110111 | 1001001 | 11001010 | 1001 | 1000000 | 0 | 10101 | 100100011 | 110111 | 110110 |
Color Harmonies of #B749CA
Complementary color
Monochromatic Colors of #B749CA
Black with #B749CA
Text Example
Text Example
White with #B749CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749CA; }
p { color: rgb(183,73,202); }
H1.HeaderClassName
{
color: #B749CA;
}
.AnyTagClassName
{
color: #B749CA;
}
</style>
background-color css
<style>
a { background-color: #B749CA; }
a { background-color: rgb(183,73,202); }
div.DivClassName
{
background-color: #B749CA;
}
.BgClassName
{
background-color: #B749CA;
}
</style>
border-color css
<style>
span { border-color: #B749CA; }
span { border-color: rgb(183,73,202); }
td.TdClassName
{
border-color: #B749CA;
}
.TagClassName
{
border-color: #B749CA;
}
</style>