Shades of Medium Orchid #B244DC
Tints of Medium Orchid #B244DC
RGB
CMYK
RGB Variations
Color information
#B244DC (or 0xB244DC) is known color: Medium Orchid. HEX triplet: B2, 44 and DC. RGB value is (178,68,220). Sum of RGB (Red+Green+Blue) = 178+68+220=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #B244DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244DC is #4DBB23. Grayscale: #757575. Windows color (decimal): -5094180 or 14435506. OLE color: 14435506.
HSL color Cylindrical-coordinate representation of color #B244DC: hue angle of 283.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B244DC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 68 | 220 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.14 |
| HSL | 283.42º | 0.68% | 0.56% | - |
| HSV(B) | 283.42º | 0.69% | 0.86% | - |
| XYZ | 33.35 | 18.77 | 69.57 | - |
| YUV | 118.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 220 | 0.19 | 0.69 | 0 | 0.14 | 283.42 | 0.68 | 0.56 |
| Hex | B2 | 44 | DC | 13 | 45 | 0 | E | 11B | 44 | 38 |
| Octal | 262 | 104 | 334 | 23 | 105 | 0 | 16 | 433 | 104 | 70 |
| Binary | 10110010 | 1000100 | 11011100 | 10011 | 1000101 | 0 | 1110 | 100011011 | 1000100 | 111000 |
Color Harmonies of #B244DC
Complementary color
Monochromatic Colors of #B244DC
Black with #B244DC
Text Example
Text Example
White with #B244DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B244DC; }
p { color: rgb(178,68,220); }
H1.HeaderClassName
{
color: #B244DC;
}
.AnyTagClassName
{
color: #B244DC;
}
</style>
background-color css
<style>
a { background-color: #B244DC; }
a { background-color: rgb(178,68,220); }
div.DivClassName
{
background-color: #B244DC;
}
.BgClassName
{
background-color: #B244DC;
}
</style>
border-color css
<style>
span { border-color: #B244DC; }
span { border-color: rgb(178,68,220); }
td.TdClassName
{
border-color: #B244DC;
}
.TagClassName
{
border-color: #B244DC;
}
</style>