Shades of Medium Orchid #B442DE
Tints of Medium Orchid #B442DE
RGB
CMYK
RGB Variations
Color information
#B442DE (or 0xB442DE) is known color: Medium Orchid. HEX triplet: B4, 42 and DE. RGB value is (180,66,222). Sum of RGB (Red+Green+Blue) = 180+66+222=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #B442DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B442DE is #4BBD21. Grayscale: #757575. Windows color (decimal): -4963618 or 14566068. OLE color: 14566068.
HSL color Cylindrical-coordinate representation of color #B442DE: hue angle of 283.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B442DE is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 66 | 222 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.13 |
| HSL | 283.85º | 0.7% | 0.56% | - |
| HSV(B) | 283.85º | 0.7% | 0.87% | - |
| XYZ | 33.96 | 18.87 | 70.96 | - |
| YUV | 117.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 222 | 0.19 | 0.70 | 0 | 0.13 | 283.85 | 0.7 | 0.56 |
| Hex | B4 | 42 | DE | 13 | 46 | 0 | D | 11C | 46 | 38 |
| Octal | 264 | 102 | 336 | 23 | 106 | 0 | 15 | 434 | 106 | 70 |
| Binary | 10110100 | 1000010 | 11011110 | 10011 | 1000110 | 0 | 1101 | 100011100 | 1000110 | 111000 |
Color Harmonies of #B442DE
Complementary color
Monochromatic Colors of #B442DE
Black with #B442DE
Text Example
Text Example
White with #B442DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B442DE; }
p { color: rgb(180,66,222); }
H1.HeaderClassName
{
color: #B442DE;
}
.AnyTagClassName
{
color: #B442DE;
}
</style>
background-color css
<style>
a { background-color: #B442DE; }
a { background-color: rgb(180,66,222); }
div.DivClassName
{
background-color: #B442DE;
}
.BgClassName
{
background-color: #B442DE;
}
</style>
border-color css
<style>
span { border-color: #B442DE; }
span { border-color: rgb(180,66,222); }
td.TdClassName
{
border-color: #B442DE;
}
.TagClassName
{
border-color: #B442DE;
}
</style>