Shades of Medium Orchid #B447DC
Tints of Medium Orchid #B447DC
RGB
CMYK
RGB Variations
Color information
#B447DC (or 0xB447DC) is known color: Medium Orchid. HEX triplet: B4, 47 and DC. RGB value is (180,71,220). Sum of RGB (Red+Green+Blue) = 180+71+220=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #B447DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B447DC is #4BB823. Grayscale: #787878. Windows color (decimal): -4962340 or 14436276. OLE color: 14436276.
HSL color Cylindrical-coordinate representation of color #B447DC: hue angle of 283.89º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B447DC is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 71 | 220 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.14 |
| HSL | 283.89º | 0.68% | 0.57% | - |
| HSV(B) | 283.89º | 0.68% | 0.86% | - |
| XYZ | 33.99 | 19.38 | 69.66 | - |
| YUV | 120.58 | 184.11 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 220 | 0.18 | 0.68 | 0 | 0.14 | 283.89 | 0.68 | 0.57 |
| Hex | B4 | 47 | DC | 12 | 44 | 0 | E | 11C | 44 | 39 |
| Octal | 264 | 107 | 334 | 22 | 104 | 0 | 16 | 434 | 104 | 71 |
| Binary | 10110100 | 1000111 | 11011100 | 10010 | 1000100 | 0 | 1110 | 100011100 | 1000100 | 111001 |
Color Harmonies of #B447DC
Complementary color
Monochromatic Colors of #B447DC
Black with #B447DC
Text Example
Text Example
White with #B447DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B447DC; }
p { color: rgb(180,71,220); }
H1.HeaderClassName
{
color: #B447DC;
}
.AnyTagClassName
{
color: #B447DC;
}
</style>
background-color css
<style>
a { background-color: #B447DC; }
a { background-color: rgb(180,71,220); }
div.DivClassName
{
background-color: #B447DC;
}
.BgClassName
{
background-color: #B447DC;
}
</style>
border-color css
<style>
span { border-color: #B447DC; }
span { border-color: rgb(180,71,220); }
td.TdClassName
{
border-color: #B447DC;
}
.TagClassName
{
border-color: #B447DC;
}
</style>