Shades of Medium Orchid #B448CC
Tints of Medium Orchid #B448CC
RGB
CMYK
RGB Variations
Color information
#B448CC (or 0xB448CC) is known color: Medium Orchid. HEX triplet: B4, 48 and CC. RGB value is (180,72,204). Sum of RGB (Red+Green+Blue) = 180+72+204=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #B448CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448CC is #4BB733. Grayscale: #767676. Windows color (decimal): -4962100 or 13387956. OLE color: 13387956.
HSL color Cylindrical-coordinate representation of color #B448CC: hue angle of 289.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B448CC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 72 | 204 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.2 |
| HSL | 289.09º | 0.56% | 0.54% | - |
| HSV(B) | 289.09º | 0.65% | 0.8% | - |
| XYZ | 32.04 | 18.7 | 59.05 | - |
| YUV | 119.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 204 | 0.12 | 0.65 | 0 | 0.2 | 289.09 | 0.56 | 0.54 |
| Hex | B4 | 48 | CC | C | 41 | 0 | 14 | 121 | 38 | 36 |
| Octal | 264 | 110 | 314 | 14 | 101 | 0 | 24 | 441 | 70 | 66 |
| Binary | 10110100 | 1001000 | 11001100 | 1100 | 1000001 | 0 | 10100 | 100100001 | 111000 | 110110 |
Color Harmonies of #B448CC
Complementary color
Monochromatic Colors of #B448CC
Black with #B448CC
Text Example
Text Example
White with #B448CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448CC; }
p { color: rgb(180,72,204); }
H1.HeaderClassName
{
color: #B448CC;
}
.AnyTagClassName
{
color: #B448CC;
}
</style>
background-color css
<style>
a { background-color: #B448CC; }
a { background-color: rgb(180,72,204); }
div.DivClassName
{
background-color: #B448CC;
}
.BgClassName
{
background-color: #B448CC;
}
</style>
border-color css
<style>
span { border-color: #B448CC; }
span { border-color: rgb(180,72,204); }
td.TdClassName
{
border-color: #B448CC;
}
.TagClassName
{
border-color: #B448CC;
}
</style>