Shades of Medium Orchid #B44CCB
Tints of Medium Orchid #B44CCB
RGB
CMYK
RGB Variations
Color information
#B44CCB (or 0xB44CCB) is known color: Medium Orchid. HEX triplet: B4, 4C and CB. RGB value is (180,76,203). Sum of RGB (Red+Green+Blue) = 180+76+203=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #B44CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CCB is #4BB334. Grayscale: #797979. Windows color (decimal): -4961077 or 13323444. OLE color: 13323444.
HSL color Cylindrical-coordinate representation of color #B44CCB: hue angle of 289.13º 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 #B44CCB is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 76 | 203 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.20 |
| HSL | 289.13º | 0.55% | 0.55% | - |
| HSV(B) | 289.13º | 0.63% | 0.8% | - |
| XYZ | 32.19 | 19.18 | 58.51 | - |
| YUV | 121.57 | 173.96 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 203 | 0.11 | 0.63 | 0 | 0.20 | 289.13 | 0.55 | 0.55 |
| Hex | B4 | 4C | CB | B | 3F | 0 | 14 | 121 | 37 | 37 |
| Octal | 264 | 114 | 313 | 13 | 77 | 0 | 24 | 441 | 67 | 67 |
| Binary | 10110100 | 1001100 | 11001011 | 1011 | 111111 | 0 | 10100 | 100100001 | 110111 | 110111 |
Color Harmonies of #B44CCB
Complementary color
Monochromatic Colors of #B44CCB
Black with #B44CCB
Text Example
Text Example
White with #B44CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44CCB; }
p { color: rgb(180,76,203); }
H1.HeaderClassName
{
color: #B44CCB;
}
.AnyTagClassName
{
color: #B44CCB;
}
</style>
background-color css
<style>
a { background-color: #B44CCB; }
a { background-color: rgb(180,76,203); }
div.DivClassName
{
background-color: #B44CCB;
}
.BgClassName
{
background-color: #B44CCB;
}
</style>
border-color css
<style>
span { border-color: #B44CCB; }
span { border-color: rgb(180,76,203); }
td.TdClassName
{
border-color: #B44CCB;
}
.TagClassName
{
border-color: #B44CCB;
}
</style>