Shades of Medium Orchid #B446DB
Tints of Medium Orchid #B446DB
RGB
CMYK
RGB Variations
Color information
#B446DB (or 0xB446DB) is known color: Medium Orchid. HEX triplet: B4, 46 and DB. RGB value is (180,70,219). Sum of RGB (Red+Green+Blue) = 180+70+219=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #B446DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446DB is #4BB924. Grayscale: #777777. Windows color (decimal): -4962597 or 14370484. OLE color: 14370484.
HSL color Cylindrical-coordinate representation of color #B446DB: hue angle of 284.3º degrees, saturation: 0.67, 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 #B446DB is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 70 | 219 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.14 |
| HSL | 284.3º | 0.67% | 0.57% | - |
| HSV(B) | 284.3º | 0.68% | 0.86% | - |
| XYZ | 33.8 | 19.2 | 68.94 | - |
| YUV | 119.88 | 183.94 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 219 | 0.18 | 0.68 | 0 | 0.14 | 284.3 | 0.67 | 0.57 |
| Hex | B4 | 46 | DB | 12 | 44 | 0 | E | 11C | 43 | 39 |
| Octal | 264 | 106 | 333 | 22 | 104 | 0 | 16 | 434 | 103 | 71 |
| Binary | 10110100 | 1000110 | 11011011 | 10010 | 1000100 | 0 | 1110 | 100011100 | 1000011 | 111001 |
Color Harmonies of #B446DB
Complementary color
Monochromatic Colors of #B446DB
Black with #B446DB
Text Example
Text Example
White with #B446DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446DB; }
p { color: rgb(180,70,219); }
H1.HeaderClassName
{
color: #B446DB;
}
.AnyTagClassName
{
color: #B446DB;
}
</style>
background-color css
<style>
a { background-color: #B446DB; }
a { background-color: rgb(180,70,219); }
div.DivClassName
{
background-color: #B446DB;
}
.BgClassName
{
background-color: #B446DB;
}
</style>
border-color css
<style>
span { border-color: #B446DB; }
span { border-color: rgb(180,70,219); }
td.TdClassName
{
border-color: #B446DB;
}
.TagClassName
{
border-color: #B446DB;
}
</style>