Shades of Medium Orchid #B446DC
Tints of Medium Orchid #B446DC
RGB
CMYK
RGB Variations
Color information
#B446DC (or 0xB446DC) is known color: Medium Orchid. HEX triplet: B4, 46 and DC. RGB value is (180,70,220). Sum of RGB (Red+Green+Blue) = 180+70+220=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #B446DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446DC is #4BB923. Grayscale: #777777. Windows color (decimal): -4962596 or 14436020. OLE color: 14436020.
HSL color Cylindrical-coordinate representation of color #B446DC: hue angle of 284º 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 #B446DC is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 70 | 220 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.14 |
| HSL | 284º | 0.68% | 0.57% | - |
| HSV(B) | 284º | 0.68% | 0.86% | - |
| XYZ | 33.93 | 19.25 | 69.64 | - |
| YUV | 119.99 | 184.44 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 220 | 0.18 | 0.68 | 0 | 0.14 | 284 | 0.68 | 0.57 |
| Hex | B4 | 46 | DC | 12 | 44 | 0 | E | 11C | 44 | 39 |
| Octal | 264 | 106 | 334 | 22 | 104 | 0 | 16 | 434 | 104 | 71 |
| Binary | 10110100 | 1000110 | 11011100 | 10010 | 1000100 | 0 | 1110 | 100011100 | 1000100 | 111001 |
Color Harmonies of #B446DC
Complementary color
Monochromatic Colors of #B446DC
Black with #B446DC
Text Example
Text Example
White with #B446DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446DC; }
p { color: rgb(180,70,220); }
H1.HeaderClassName
{
color: #B446DC;
}
.AnyTagClassName
{
color: #B446DC;
}
</style>
background-color css
<style>
a { background-color: #B446DC; }
a { background-color: rgb(180,70,220); }
div.DivClassName
{
background-color: #B446DC;
}
.BgClassName
{
background-color: #B446DC;
}
</style>
border-color css
<style>
span { border-color: #B446DC; }
span { border-color: rgb(180,70,220); }
td.TdClassName
{
border-color: #B446DC;
}
.TagClassName
{
border-color: #B446DC;
}
</style>