Shades of Medium Orchid #B446C9
Tints of Medium Orchid #B446C9
RGB
CMYK
RGB Variations
Color information
#B446C9 (or 0xB446C9) is known color: Medium Orchid. HEX triplet: B4, 46 and C9. RGB value is (180,70,201). Sum of RGB (Red+Green+Blue) = 180+70+201=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #B446C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446C9 is #4BB936. Grayscale: #757575. Windows color (decimal): -4962615 or 13190836. OLE color: 13190836.
HSL color Cylindrical-coordinate representation of color #B446C9: hue angle of 290.38º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B446C9 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 70 | 201 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.21 |
| HSL | 290.38º | 0.55% | 0.53% | - |
| HSV(B) | 290.38º | 0.65% | 0.79% | - |
| XYZ | 31.56 | 18.3 | 57.13 | - |
| YUV | 117.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 201 | 0.10 | 0.65 | 0 | 0.21 | 290.38 | 0.55 | 0.53 |
| Hex | B4 | 46 | C9 | A | 41 | 0 | 15 | 122 | 37 | 35 |
| Octal | 264 | 106 | 311 | 12 | 101 | 0 | 25 | 442 | 67 | 65 |
| Binary | 10110100 | 1000110 | 11001001 | 1010 | 1000001 | 0 | 10101 | 100100010 | 110111 | 110101 |
Color Harmonies of #B446C9
Complementary color
Monochromatic Colors of #B446C9
Black with #B446C9
Text Example
Text Example
White with #B446C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446C9; }
p { color: rgb(180,70,201); }
H1.HeaderClassName
{
color: #B446C9;
}
.AnyTagClassName
{
color: #B446C9;
}
</style>
background-color css
<style>
a { background-color: #B446C9; }
a { background-color: rgb(180,70,201); }
div.DivClassName
{
background-color: #B446C9;
}
.BgClassName
{
background-color: #B446C9;
}
</style>
border-color css
<style>
span { border-color: #B446C9; }
span { border-color: rgb(180,70,201); }
td.TdClassName
{
border-color: #B446C9;
}
.TagClassName
{
border-color: #B446C9;
}
</style>