Shades of Medium Orchid #B442DD
Tints of Medium Orchid #B442DD
RGB
CMYK
RGB Variations
Color information
#B442DD (or 0xB442DD) is known color: Medium Orchid. HEX triplet: B4, 42 and DD. RGB value is (180,66,221). Sum of RGB (Red+Green+Blue) = 180+66+221=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #B442DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B442DD is #4BBD22. Grayscale: #757575. Windows color (decimal): -4963619 or 14500532. OLE color: 14500532.
HSL color Cylindrical-coordinate representation of color #B442DD: hue angle of 284.13º 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 #B442DD is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 66 | 221 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.13 |
| HSL | 284.13º | 0.7% | 0.56% | - |
| HSV(B) | 284.13º | 0.7% | 0.87% | - |
| XYZ | 33.82 | 18.82 | 70.26 | - |
| YUV | 117.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 221 | 0.19 | 0.70 | 0 | 0.13 | 284.13 | 0.7 | 0.56 |
| Hex | B4 | 42 | DD | 13 | 46 | 0 | D | 11C | 46 | 38 |
| Octal | 264 | 102 | 335 | 23 | 106 | 0 | 15 | 434 | 106 | 70 |
| Binary | 10110100 | 1000010 | 11011101 | 10011 | 1000110 | 0 | 1101 | 100011100 | 1000110 | 111000 |
Color Harmonies of #B442DD
Complementary color
Monochromatic Colors of #B442DD
Black with #B442DD
Text Example
Text Example
White with #B442DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B442DD; }
p { color: rgb(180,66,221); }
H1.HeaderClassName
{
color: #B442DD;
}
.AnyTagClassName
{
color: #B442DD;
}
</style>
background-color css
<style>
a { background-color: #B442DD; }
a { background-color: rgb(180,66,221); }
div.DivClassName
{
background-color: #B442DD;
}
.BgClassName
{
background-color: #B442DD;
}
</style>
border-color css
<style>
span { border-color: #B442DD; }
span { border-color: rgb(180,66,221); }
td.TdClassName
{
border-color: #B442DD;
}
.TagClassName
{
border-color: #B442DD;
}
</style>