Shades of Medium Orchid #B441CC
Tints of Medium Orchid #B441CC
RGB
CMYK
RGB Variations
Color information
#B441CC (or 0xB441CC) is known color: Medium Orchid. HEX triplet: B4, 41 and CC. RGB value is (180,65,204). Sum of RGB (Red+Green+Blue) = 180+65+204=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #B441CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441CC is #4BBE33. Grayscale: #727272. Windows color (decimal): -4963892 or 13386164. OLE color: 13386164.
HSL color Cylindrical-coordinate representation of color #B441CC: hue angle of 289.64º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B441CC is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 65 | 204 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.2 |
| HSL | 289.64º | 0.58% | 0.53% | - |
| HSV(B) | 289.64º | 0.68% | 0.8% | - |
| XYZ | 31.61 | 17.84 | 58.9 | - |
| YUV | 115.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 204 | 0.12 | 0.68 | 0 | 0.2 | 289.64 | 0.58 | 0.53 |
| Hex | B4 | 41 | CC | C | 44 | 0 | 14 | 122 | 3A | 35 |
| Octal | 264 | 101 | 314 | 14 | 104 | 0 | 24 | 442 | 72 | 65 |
| Binary | 10110100 | 1000001 | 11001100 | 1100 | 1000100 | 0 | 10100 | 100100010 | 111010 | 110101 |
Color Harmonies of #B441CC
Complementary color
Monochromatic Colors of #B441CC
Black with #B441CC
Text Example
Text Example
White with #B441CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441CC; }
p { color: rgb(180,65,204); }
H1.HeaderClassName
{
color: #B441CC;
}
.AnyTagClassName
{
color: #B441CC;
}
</style>
background-color css
<style>
a { background-color: #B441CC; }
a { background-color: rgb(180,65,204); }
div.DivClassName
{
background-color: #B441CC;
}
.BgClassName
{
background-color: #B441CC;
}
</style>
border-color css
<style>
span { border-color: #B441CC; }
span { border-color: rgb(180,65,204); }
td.TdClassName
{
border-color: #B441CC;
}
.TagClassName
{
border-color: #B441CC;
}
</style>