Shades of Medium Orchid #B448DB
Tints of Medium Orchid #B448DB
RGB
CMYK
RGB Variations
Color information
#B448DB (or 0xB448DB) is known color: Medium Orchid. HEX triplet: B4, 48 and DB. RGB value is (180,72,219). Sum of RGB (Red+Green+Blue) = 180+72+219=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #B448DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448DB is #4BB724. Grayscale: #787878. Windows color (decimal): -4962085 or 14370996. OLE color: 14370996.
HSL color Cylindrical-coordinate representation of color #B448DB: hue angle of 284.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B448DB is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 72 | 219 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.14 |
| HSL | 284.08º | 0.67% | 0.57% | - |
| HSV(B) | 284.08º | 0.67% | 0.86% | - |
| XYZ | 33.93 | 19.45 | 68.98 | - |
| YUV | 121.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 219 | 0.18 | 0.67 | 0 | 0.14 | 284.08 | 0.67 | 0.57 |
| Hex | B4 | 48 | DB | 12 | 43 | 0 | E | 11C | 43 | 39 |
| Octal | 264 | 110 | 333 | 22 | 103 | 0 | 16 | 434 | 103 | 71 |
| Binary | 10110100 | 1001000 | 11011011 | 10010 | 1000011 | 0 | 1110 | 100011100 | 1000011 | 111001 |
Color Harmonies of #B448DB
Complementary color
Monochromatic Colors of #B448DB
Black with #B448DB
Text Example
Text Example
White with #B448DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448DB; }
p { color: rgb(180,72,219); }
H1.HeaderClassName
{
color: #B448DB;
}
.AnyTagClassName
{
color: #B448DB;
}
</style>
background-color css
<style>
a { background-color: #B448DB; }
a { background-color: rgb(180,72,219); }
div.DivClassName
{
background-color: #B448DB;
}
.BgClassName
{
background-color: #B448DB;
}
</style>
border-color css
<style>
span { border-color: #B448DB; }
span { border-color: rgb(180,72,219); }
td.TdClassName
{
border-color: #B448DB;
}
.TagClassName
{
border-color: #B448DB;
}
</style>