Shades of Medium Orchid #B244CA
Tints of Medium Orchid #B244CA
RGB
CMYK
RGB Variations
Color information
#B244CA (or 0xB244CA) is known color: Medium Orchid. HEX triplet: B2, 44 and CA. RGB value is (178,68,202). Sum of RGB (Red+Green+Blue) = 178+68+202=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #B244CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244CA is #4DBB35. Grayscale: #737373. Windows color (decimal): -5094198 or 13255858. OLE color: 13255858.
HSL color Cylindrical-coordinate representation of color #B244CA: hue angle of 289.25º 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 #B244CA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 68 | 202 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.21 |
| HSL | 289.25º | 0.56% | 0.53% | - |
| HSV(B) | 289.25º | 0.66% | 0.79% | - |
| XYZ | 31.09 | 17.86 | 57.69 | - |
| YUV | 116.17 | 176.44 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 202 | 0.12 | 0.66 | 0 | 0.21 | 289.25 | 0.56 | 0.53 |
| Hex | B2 | 44 | CA | C | 42 | 0 | 15 | 121 | 38 | 35 |
| Octal | 262 | 104 | 312 | 14 | 102 | 0 | 25 | 441 | 70 | 65 |
| Binary | 10110010 | 1000100 | 11001010 | 1100 | 1000010 | 0 | 10101 | 100100001 | 111000 | 110101 |
Color Harmonies of #B244CA
Complementary color
Monochromatic Colors of #B244CA
Black with #B244CA
Text Example
Text Example
White with #B244CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B244CA; }
p { color: rgb(178,68,202); }
H1.HeaderClassName
{
color: #B244CA;
}
.AnyTagClassName
{
color: #B244CA;
}
</style>
background-color css
<style>
a { background-color: #B244CA; }
a { background-color: rgb(178,68,202); }
div.DivClassName
{
background-color: #B244CA;
}
.BgClassName
{
background-color: #B244CA;
}
</style>
border-color css
<style>
span { border-color: #B244CA; }
span { border-color: rgb(178,68,202); }
td.TdClassName
{
border-color: #B244CA;
}
.TagClassName
{
border-color: #B244CA;
}
</style>