Shades of Medium Orchid #B744CA
Tints of Medium Orchid #B744CA
RGB
CMYK
RGB Variations
Color information
#B744CA (or 0xB744CA) is known color: Medium Orchid. HEX triplet: B7, 44 and CA. RGB value is (183,68,202). Sum of RGB (Red+Green+Blue) = 183+68+202=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #B744CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744CA is #48BB35. Grayscale: #757575. Windows color (decimal): -4766518 or 13255863. OLE color: 13255863.
HSL color Cylindrical-coordinate representation of color #B744CA: hue angle of 291.49º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B744CA is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 68 | 202 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.21 |
| HSL | 291.49º | 0.56% | 0.53% | - |
| HSV(B) | 291.49º | 0.66% | 0.79% | - |
| XYZ | 32.26 | 18.47 | 57.74 | - |
| YUV | 117.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 202 | 0.09 | 0.66 | 0 | 0.21 | 291.49 | 0.56 | 0.53 |
| Hex | B7 | 44 | CA | 9 | 42 | 0 | 15 | 123 | 38 | 35 |
| Octal | 267 | 104 | 312 | 11 | 102 | 0 | 25 | 443 | 70 | 65 |
| Binary | 10110111 | 1000100 | 11001010 | 1001 | 1000010 | 0 | 10101 | 100100011 | 111000 | 110101 |
Color Harmonies of #B744CA
Complementary color
Monochromatic Colors of #B744CA
Black with #B744CA
Text Example
Text Example
White with #B744CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744CA; }
p { color: rgb(183,68,202); }
H1.HeaderClassName
{
color: #B744CA;
}
.AnyTagClassName
{
color: #B744CA;
}
</style>
background-color css
<style>
a { background-color: #B744CA; }
a { background-color: rgb(183,68,202); }
div.DivClassName
{
background-color: #B744CA;
}
.BgClassName
{
background-color: #B744CA;
}
</style>
border-color css
<style>
span { border-color: #B744CA; }
span { border-color: rgb(183,68,202); }
td.TdClassName
{
border-color: #B744CA;
}
.TagClassName
{
border-color: #B744CA;
}
</style>