Shades of Medium Orchid #B445DB
Tints of Medium Orchid #B445DB
RGB
CMYK
RGB Variations
Color information
#B445DB (or 0xB445DB) is known color: Medium Orchid. HEX triplet: B4, 45 and DB. RGB value is (180,69,219). Sum of RGB (Red+Green+Blue) = 180+69+219=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #B445DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445DB is #4BBA24. Grayscale: #767676. Windows color (decimal): -4962853 or 14370228. OLE color: 14370228.
HSL color Cylindrical-coordinate representation of color #B445DB: hue angle of 284.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B445DB is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 69 | 219 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.14 |
| HSL | 284.4º | 0.68% | 0.56% | - |
| HSV(B) | 284.4º | 0.68% | 0.86% | - |
| XYZ | 33.74 | 19.07 | 68.92 | - |
| YUV | 119.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 219 | 0.18 | 0.68 | 0 | 0.14 | 284.4 | 0.68 | 0.56 |
| Hex | B4 | 45 | DB | 12 | 44 | 0 | E | 11C | 44 | 38 |
| Octal | 264 | 105 | 333 | 22 | 104 | 0 | 16 | 434 | 104 | 70 |
| Binary | 10110100 | 1000101 | 11011011 | 10010 | 1000100 | 0 | 1110 | 100011100 | 1000100 | 111000 |
Color Harmonies of #B445DB
Complementary color
Monochromatic Colors of #B445DB
Black with #B445DB
Text Example
Text Example
White with #B445DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B445DB; }
p { color: rgb(180,69,219); }
H1.HeaderClassName
{
color: #B445DB;
}
.AnyTagClassName
{
color: #B445DB;
}
</style>
background-color css
<style>
a { background-color: #B445DB; }
a { background-color: rgb(180,69,219); }
div.DivClassName
{
background-color: #B445DB;
}
.BgClassName
{
background-color: #B445DB;
}
</style>
border-color css
<style>
span { border-color: #B445DB; }
span { border-color: rgb(180,69,219); }
td.TdClassName
{
border-color: #B445DB;
}
.TagClassName
{
border-color: #B445DB;
}
</style>