Shades of Medium Orchid #B448DD
Tints of Medium Orchid #B448DD
RGB
CMYK
RGB Variations
Color information
#B448DD (or 0xB448DD) is known color: Medium Orchid. HEX triplet: B4, 48 and DD. RGB value is (180,72,221). Sum of RGB (Red+Green+Blue) = 180+72+221=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #B448DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448DD is #4BB722. Grayscale: #787878. Windows color (decimal): -4962083 or 14502068. OLE color: 14502068.
HSL color Cylindrical-coordinate representation of color #B448DD: hue angle of 283.49º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B448DD is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 72 | 221 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.13 |
| HSL | 283.49º | 0.69% | 0.57% | - |
| HSV(B) | 283.49º | 0.67% | 0.87% | - |
| XYZ | 34.19 | 19.56 | 70.38 | - |
| YUV | 121.28 | 184.28 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 221 | 0.19 | 0.67 | 0 | 0.13 | 283.49 | 0.69 | 0.57 |
| Hex | B4 | 48 | DD | 13 | 43 | 0 | D | 11B | 45 | 39 |
| Octal | 264 | 110 | 335 | 23 | 103 | 0 | 15 | 433 | 105 | 71 |
| Binary | 10110100 | 1001000 | 11011101 | 10011 | 1000011 | 0 | 1101 | 100011011 | 1000101 | 111001 |
Color Harmonies of #B448DD
Complementary color
Monochromatic Colors of #B448DD
Black with #B448DD
Text Example
Text Example
White with #B448DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448DD; }
p { color: rgb(180,72,221); }
H1.HeaderClassName
{
color: #B448DD;
}
.AnyTagClassName
{
color: #B448DD;
}
</style>
background-color css
<style>
a { background-color: #B448DD; }
a { background-color: rgb(180,72,221); }
div.DivClassName
{
background-color: #B448DD;
}
.BgClassName
{
background-color: #B448DD;
}
</style>
border-color css
<style>
span { border-color: #B448DD; }
span { border-color: rgb(180,72,221); }
td.TdClassName
{
border-color: #B448DD;
}
.TagClassName
{
border-color: #B448DD;
}
</style>