Shades of Medium Orchid #B244C8
Tints of Medium Orchid #B244C8
RGB
CMYK
RGB Variations
Color information
#B244C8 (or 0xB244C8) is known color: Medium Orchid. HEX triplet: B2, 44 and C8. RGB value is (178,68,200). Sum of RGB (Red+Green+Blue) = 178+68+200=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #B244C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244C8 is #4DBB37. Grayscale: #737373. Windows color (decimal): -5094200 or 13124786. OLE color: 13124786.
HSL color Cylindrical-coordinate representation of color #B244C8: hue angle of 290º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B244C8 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 68 | 200 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.22 |
| HSL | 290º | 0.55% | 0.53% | - |
| HSV(B) | 290º | 0.66% | 0.78% | - |
| XYZ | 30.85 | 17.77 | 56.45 | - |
| YUV | 115.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 200 | 0.11 | 0.66 | 0 | 0.22 | 290 | 0.55 | 0.53 |
| Hex | B2 | 44 | C8 | B | 42 | 0 | 16 | 122 | 37 | 35 |
| Octal | 262 | 104 | 310 | 13 | 102 | 0 | 26 | 442 | 67 | 65 |
| Binary | 10110010 | 1000100 | 11001000 | 1011 | 1000010 | 0 | 10110 | 100100010 | 110111 | 110101 |
Color Harmonies of #B244C8
Complementary color
Monochromatic Colors of #B244C8
Black with #B244C8
Text Example
Text Example
White with #B244C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B244C8; }
p { color: rgb(178,68,200); }
H1.HeaderClassName
{
color: #B244C8;
}
.AnyTagClassName
{
color: #B244C8;
}
</style>
background-color css
<style>
a { background-color: #B244C8; }
a { background-color: rgb(178,68,200); }
div.DivClassName
{
background-color: #B244C8;
}
.BgClassName
{
background-color: #B244C8;
}
</style>
border-color css
<style>
span { border-color: #B244C8; }
span { border-color: rgb(178,68,200); }
td.TdClassName
{
border-color: #B244C8;
}
.TagClassName
{
border-color: #B244C8;
}
</style>