Shades of Medium Orchid #B244D0
Tints of Medium Orchid #B244D0
RGB
CMYK
RGB Variations
Color information
#B244D0 (or 0xB244D0) is known color: Medium Orchid. HEX triplet: B2, 44 and D0. RGB value is (178,68,208). Sum of RGB (Red+Green+Blue) = 178+68+208=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #B244D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244D0 is #4DBB2F. Grayscale: #747474. Windows color (decimal): -5094192 or 13649074. OLE color: 13649074.
HSL color Cylindrical-coordinate representation of color #B244D0: hue angle of 287.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B244D0 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 68 | 208 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.18 |
| HSL | 287.14º | 0.6% | 0.54% | - |
| HSV(B) | 287.14º | 0.67% | 0.82% | - |
| XYZ | 31.81 | 18.15 | 61.5 | - |
| YUV | 116.85 | 179.44 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 208 | 0.14 | 0.67 | 0 | 0.18 | 287.14 | 0.6 | 0.54 |
| Hex | B2 | 44 | D0 | E | 43 | 0 | 12 | 11F | 3C | 36 |
| Octal | 262 | 104 | 320 | 16 | 103 | 0 | 22 | 437 | 74 | 66 |
| Binary | 10110010 | 1000100 | 11010000 | 1110 | 1000011 | 0 | 10010 | 100011111 | 111100 | 110110 |
Color Harmonies of #B244D0
Complementary color
Monochromatic Colors of #B244D0
Black with #B244D0
Text Example
Text Example
White with #B244D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B244D0; }
p { color: rgb(178,68,208); }
H1.HeaderClassName
{
color: #B244D0;
}
.AnyTagClassName
{
color: #B244D0;
}
</style>
background-color css
<style>
a { background-color: #B244D0; }
a { background-color: rgb(178,68,208); }
div.DivClassName
{
background-color: #B244D0;
}
.BgClassName
{
background-color: #B244D0;
}
</style>
border-color css
<style>
span { border-color: #B244D0; }
span { border-color: rgb(178,68,208); }
td.TdClassName
{
border-color: #B244D0;
}
.TagClassName
{
border-color: #B244D0;
}
</style>