Shades of Medium Orchid #B44BCE
Tints of Medium Orchid #B44BCE
RGB
CMYK
RGB Variations
Color information
#B44BCE (or 0xB44BCE) is known color: Medium Orchid. HEX triplet: B4, 4B and CE. RGB value is (180,75,206). Sum of RGB (Red+Green+Blue) = 180+75+206=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #B44BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BCE is #4BB431. Grayscale: #787878. Windows color (decimal): -4961330 or 13519796. OLE color: 13519796.
HSL color Cylindrical-coordinate representation of color #B44BCE: hue angle of 288.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44BCE is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 75 | 206 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.19 |
| HSL | 288.09º | 0.57% | 0.55% | - |
| HSV(B) | 288.09º | 0.64% | 0.81% | - |
| XYZ | 32.48 | 19.19 | 60.39 | - |
| YUV | 121.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 206 | 0.13 | 0.64 | 0 | 0.19 | 288.09 | 0.57 | 0.55 |
| Hex | B4 | 4B | CE | D | 40 | 0 | 13 | 120 | 39 | 37 |
| Octal | 264 | 113 | 316 | 15 | 100 | 0 | 23 | 440 | 71 | 67 |
| Binary | 10110100 | 1001011 | 11001110 | 1101 | 1000000 | 0 | 10011 | 100100000 | 111001 | 110111 |
Color Harmonies of #B44BCE
Complementary color
Monochromatic Colors of #B44BCE
Black with #B44BCE
Text Example
Text Example
White with #B44BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44BCE; }
p { color: rgb(180,75,206); }
H1.HeaderClassName
{
color: #B44BCE;
}
.AnyTagClassName
{
color: #B44BCE;
}
</style>
background-color css
<style>
a { background-color: #B44BCE; }
a { background-color: rgb(180,75,206); }
div.DivClassName
{
background-color: #B44BCE;
}
.BgClassName
{
background-color: #B44BCE;
}
</style>
border-color css
<style>
span { border-color: #B44BCE; }
span { border-color: rgb(180,75,206); }
td.TdClassName
{
border-color: #B44BCE;
}
.TagClassName
{
border-color: #B44BCE;
}
</style>