Shades of Medium Orchid #B44BCB
Tints of Medium Orchid #B44BCB
RGB
CMYK
RGB Variations
Color information
#B44BCB (or 0xB44BCB) is known color: Medium Orchid. HEX triplet: B4, 4B and CB. RGB value is (180,75,203). Sum of RGB (Red+Green+Blue) = 180+75+203=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #B44BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BCB is #4BB434. Grayscale: #787878. Windows color (decimal): -4961333 or 13323188. OLE color: 13323188.
HSL color Cylindrical-coordinate representation of color #B44BCB: hue angle of 289.22º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44BCB is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 75 | 203 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.20 |
| HSL | 289.22º | 0.55% | 0.55% | - |
| HSV(B) | 289.22º | 0.63% | 0.8% | - |
| XYZ | 32.12 | 19.05 | 58.48 | - |
| YUV | 120.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 203 | 0.11 | 0.63 | 0 | 0.20 | 289.22 | 0.55 | 0.55 |
| Hex | B4 | 4B | CB | B | 3F | 0 | 14 | 121 | 37 | 37 |
| Octal | 264 | 113 | 313 | 13 | 77 | 0 | 24 | 441 | 67 | 67 |
| Binary | 10110100 | 1001011 | 11001011 | 1011 | 111111 | 0 | 10100 | 100100001 | 110111 | 110111 |
Color Harmonies of #B44BCB
Complementary color
Monochromatic Colors of #B44BCB
Black with #B44BCB
Text Example
Text Example
White with #B44BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44BCB; }
p { color: rgb(180,75,203); }
H1.HeaderClassName
{
color: #B44BCB;
}
.AnyTagClassName
{
color: #B44BCB;
}
</style>
background-color css
<style>
a { background-color: #B44BCB; }
a { background-color: rgb(180,75,203); }
div.DivClassName
{
background-color: #B44BCB;
}
.BgClassName
{
background-color: #B44BCB;
}
</style>
border-color css
<style>
span { border-color: #B44BCB; }
span { border-color: rgb(180,75,203); }
td.TdClassName
{
border-color: #B44BCB;
}
.TagClassName
{
border-color: #B44BCB;
}
</style>