Shades of Medium Orchid #B448DC
Tints of Medium Orchid #B448DC
RGB
CMYK
RGB Variations
Color information
#B448DC (or 0xB448DC) is known color: Medium Orchid. HEX triplet: B4, 48 and DC. RGB value is (180,72,220). Sum of RGB (Red+Green+Blue) = 180+72+220=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #B448DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448DC is #4BB723. Grayscale: #787878. Windows color (decimal): -4962084 or 14436532. OLE color: 14436532.
HSL color Cylindrical-coordinate representation of color #B448DC: hue angle of 283.78º degrees, saturation: 0.68, 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 #B448DC is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 72 | 220 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.14 |
| HSL | 283.78º | 0.68% | 0.57% | - |
| HSV(B) | 283.78º | 0.67% | 0.86% | - |
| XYZ | 34.06 | 19.51 | 69.68 | - |
| YUV | 121.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 220 | 0.18 | 0.67 | 0 | 0.14 | 283.78 | 0.68 | 0.57 |
| Hex | B4 | 48 | DC | 12 | 43 | 0 | E | 11C | 44 | 39 |
| Octal | 264 | 110 | 334 | 22 | 103 | 0 | 16 | 434 | 104 | 71 |
| Binary | 10110100 | 1001000 | 11011100 | 10010 | 1000011 | 0 | 1110 | 100011100 | 1000100 | 111001 |
Color Harmonies of #B448DC
Complementary color
Monochromatic Colors of #B448DC
Black with #B448DC
Text Example
Text Example
White with #B448DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448DC; }
p { color: rgb(180,72,220); }
H1.HeaderClassName
{
color: #B448DC;
}
.AnyTagClassName
{
color: #B448DC;
}
</style>
background-color css
<style>
a { background-color: #B448DC; }
a { background-color: rgb(180,72,220); }
div.DivClassName
{
background-color: #B448DC;
}
.BgClassName
{
background-color: #B448DC;
}
</style>
border-color css
<style>
span { border-color: #B448DC; }
span { border-color: rgb(180,72,220); }
td.TdClassName
{
border-color: #B448DC;
}
.TagClassName
{
border-color: #B448DC;
}
</style>