Shades of Medium Orchid #B244CE
Tints of Medium Orchid #B244CE
RGB
CMYK
RGB Variations
Color information
#B244CE (or 0xB244CE) is known color: Medium Orchid. HEX triplet: B2, 44 and CE. RGB value is (178,68,206). Sum of RGB (Red+Green+Blue) = 178+68+206=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #B244CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244CE is #4DBB31. Grayscale: #747474. Windows color (decimal): -5094194 or 13518002. OLE color: 13518002.
HSL color Cylindrical-coordinate representation of color #B244CE: hue angle of 287.83º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B244CE is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 68 | 206 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.19 |
| HSL | 287.83º | 0.58% | 0.54% | - |
| HSV(B) | 287.83º | 0.67% | 0.81% | - |
| XYZ | 31.57 | 18.06 | 60.21 | - |
| YUV | 116.62 | 178.44 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 206 | 0.14 | 0.67 | 0 | 0.19 | 287.83 | 0.58 | 0.54 |
| Hex | B2 | 44 | CE | E | 43 | 0 | 13 | 120 | 3A | 36 |
| Octal | 262 | 104 | 316 | 16 | 103 | 0 | 23 | 440 | 72 | 66 |
| Binary | 10110010 | 1000100 | 11001110 | 1110 | 1000011 | 0 | 10011 | 100100000 | 111010 | 110110 |
Color Harmonies of #B244CE
Complementary color
Monochromatic Colors of #B244CE
Black with #B244CE
Text Example
Text Example
White with #B244CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B244CE; }
p { color: rgb(178,68,206); }
H1.HeaderClassName
{
color: #B244CE;
}
.AnyTagClassName
{
color: #B244CE;
}
</style>
background-color css
<style>
a { background-color: #B244CE; }
a { background-color: rgb(178,68,206); }
div.DivClassName
{
background-color: #B244CE;
}
.BgClassName
{
background-color: #B244CE;
}
</style>
border-color css
<style>
span { border-color: #B244CE; }
span { border-color: rgb(178,68,206); }
td.TdClassName
{
border-color: #B244CE;
}
.TagClassName
{
border-color: #B244CE;
}
</style>