Shades of Medium Orchid #B444DE
Tints of Medium Orchid #B444DE
RGB
CMYK
RGB Variations
Color information
#B444DE (or 0xB444DE) is known color: Medium Orchid. HEX triplet: B4, 44 and DE. RGB value is (180,68,222). Sum of RGB (Red+Green+Blue) = 180+68+222=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #B444DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444DE is #4BBB21. Grayscale: #767676. Windows color (decimal): -4963106 or 14566580. OLE color: 14566580.
HSL color Cylindrical-coordinate representation of color #B444DE: hue angle of 283.64º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B444DE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 68 | 222 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.13 |
| HSL | 283.64º | 0.7% | 0.57% | - |
| HSV(B) | 283.64º | 0.69% | 0.87% | - |
| XYZ | 34.07 | 19.11 | 71 | - |
| YUV | 119.04 | 186.11 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 222 | 0.19 | 0.69 | 0 | 0.13 | 283.64 | 0.7 | 0.57 |
| Hex | B4 | 44 | DE | 13 | 45 | 0 | D | 11C | 46 | 39 |
| Octal | 264 | 104 | 336 | 23 | 105 | 0 | 15 | 434 | 106 | 71 |
| Binary | 10110100 | 1000100 | 11011110 | 10011 | 1000101 | 0 | 1101 | 100011100 | 1000110 | 111001 |
Color Harmonies of #B444DE
Complementary color
Monochromatic Colors of #B444DE
Black with #B444DE
Text Example
Text Example
White with #B444DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444DE; }
p { color: rgb(180,68,222); }
H1.HeaderClassName
{
color: #B444DE;
}
.AnyTagClassName
{
color: #B444DE;
}
</style>
background-color css
<style>
a { background-color: #B444DE; }
a { background-color: rgb(180,68,222); }
div.DivClassName
{
background-color: #B444DE;
}
.BgClassName
{
background-color: #B444DE;
}
</style>
border-color css
<style>
span { border-color: #B444DE; }
span { border-color: rgb(180,68,222); }
td.TdClassName
{
border-color: #B444DE;
}
.TagClassName
{
border-color: #B444DE;
}
</style>