Shades of Medium Orchid #B446DD
Tints of Medium Orchid #B446DD
RGB
CMYK
RGB Variations
Color information
#B446DD (or 0xB446DD) is known color: Medium Orchid. HEX triplet: B4, 46 and DD. RGB value is (180,70,221). Sum of RGB (Red+Green+Blue) = 180+70+221=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #B446DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446DD is #4BB922. Grayscale: #777777. Windows color (decimal): -4962595 or 14501556. OLE color: 14501556.
HSL color Cylindrical-coordinate representation of color #B446DD: hue angle of 283.71º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B446DD is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 70 | 221 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.13 |
| HSL | 283.71º | 0.69% | 0.57% | - |
| HSV(B) | 283.71º | 0.68% | 0.87% | - |
| XYZ | 34.06 | 19.3 | 70.34 | - |
| YUV | 120.1 | 184.94 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 221 | 0.19 | 0.68 | 0 | 0.13 | 283.71 | 0.69 | 0.57 |
| Hex | B4 | 46 | DD | 13 | 44 | 0 | D | 11C | 45 | 39 |
| Octal | 264 | 106 | 335 | 23 | 104 | 0 | 15 | 434 | 105 | 71 |
| Binary | 10110100 | 1000110 | 11011101 | 10011 | 1000100 | 0 | 1101 | 100011100 | 1000101 | 111001 |
Color Harmonies of #B446DD
Complementary color
Monochromatic Colors of #B446DD
Black with #B446DD
Text Example
Text Example
White with #B446DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446DD; }
p { color: rgb(180,70,221); }
H1.HeaderClassName
{
color: #B446DD;
}
.AnyTagClassName
{
color: #B446DD;
}
</style>
background-color css
<style>
a { background-color: #B446DD; }
a { background-color: rgb(180,70,221); }
div.DivClassName
{
background-color: #B446DD;
}
.BgClassName
{
background-color: #B446DD;
}
</style>
border-color css
<style>
span { border-color: #B446DD; }
span { border-color: rgb(180,70,221); }
td.TdClassName
{
border-color: #B446DD;
}
.TagClassName
{
border-color: #B446DD;
}
</style>