Shades of Medium Orchid #B448DA
Tints of Medium Orchid #B448DA
RGB
CMYK
RGB Variations
Color information
#B448DA (or 0xB448DA) is known color: Medium Orchid. HEX triplet: B4, 48 and DA. RGB value is (180,72,218). Sum of RGB (Red+Green+Blue) = 180+72+218=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #B448DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448DA is #4BB725. Grayscale: #787878. Windows color (decimal): -4962086 or 14305460. OLE color: 14305460.
HSL color Cylindrical-coordinate representation of color #B448DA: hue angle of 284.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B448DA is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 72 | 218 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.15 |
| HSL | 284.38º | 0.66% | 0.57% | - |
| HSV(B) | 284.38º | 0.67% | 0.85% | - |
| XYZ | 33.79 | 19.4 | 68.29 | - |
| YUV | 120.94 | 182.78 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 218 | 0.17 | 0.67 | 0 | 0.15 | 284.38 | 0.66 | 0.57 |
| Hex | B4 | 48 | DA | 11 | 43 | 0 | F | 11C | 42 | 39 |
| Octal | 264 | 110 | 332 | 21 | 103 | 0 | 17 | 434 | 102 | 71 |
| Binary | 10110100 | 1001000 | 11011010 | 10001 | 1000011 | 0 | 1111 | 100011100 | 1000010 | 111001 |
Color Harmonies of #B448DA
Complementary color
Monochromatic Colors of #B448DA
Black with #B448DA
Text Example
Text Example
White with #B448DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448DA; }
p { color: rgb(180,72,218); }
H1.HeaderClassName
{
color: #B448DA;
}
.AnyTagClassName
{
color: #B448DA;
}
</style>
background-color css
<style>
a { background-color: #B448DA; }
a { background-color: rgb(180,72,218); }
div.DivClassName
{
background-color: #B448DA;
}
.BgClassName
{
background-color: #B448DA;
}
</style>
border-color css
<style>
span { border-color: #B448DA; }
span { border-color: rgb(180,72,218); }
td.TdClassName
{
border-color: #B448DA;
}
.TagClassName
{
border-color: #B448DA;
}
</style>