Shades of Medium Orchid #B443E1
Tints of Medium Orchid #B443E1
RGB
CMYK
RGB Variations
Color information
#B443E1 (or 0xB443E1) is known color: Medium Orchid. HEX triplet: B4, 43 and E1. RGB value is (180,67,225). Sum of RGB (Red+Green+Blue) = 180+67+225=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #B443E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443E1 is #4BBC1E. Grayscale: #767676. Windows color (decimal): -4963359 or 14762932. OLE color: 14762932.
HSL color Cylindrical-coordinate representation of color #B443E1: hue angle of 282.91º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B443E1 is Cyan = 0.2, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 67 | 225 | - |
| CMYK | 0.2 | 0.70 | 0 | 0.12 |
| HSL | 282.91º | 0.72% | 0.57% | - |
| HSV(B) | 282.91º | 0.7% | 0.88% | - |
| XYZ | 34.42 | 19.15 | 73.12 | - |
| YUV | 118.8 | 187.94 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 225 | 0.2 | 0.70 | 0 | 0.12 | 282.91 | 0.72 | 0.57 |
| Hex | B4 | 43 | E1 | 14 | 46 | 0 | C | 11B | 48 | 39 |
| Octal | 264 | 103 | 341 | 24 | 106 | 0 | 14 | 433 | 110 | 71 |
| Binary | 10110100 | 1000011 | 11100001 | 10100 | 1000110 | 0 | 1100 | 100011011 | 1001000 | 111001 |
Color Harmonies of #B443E1
Complementary color
Monochromatic Colors of #B443E1
Black with #B443E1
Text Example
Text Example
White with #B443E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B443E1; }
p { color: rgb(180,67,225); }
H1.HeaderClassName
{
color: #B443E1;
}
.AnyTagClassName
{
color: #B443E1;
}
</style>
background-color css
<style>
a { background-color: #B443E1; }
a { background-color: rgb(180,67,225); }
div.DivClassName
{
background-color: #B443E1;
}
.BgClassName
{
background-color: #B443E1;
}
</style>
border-color css
<style>
span { border-color: #B443E1; }
span { border-color: rgb(180,67,225); }
td.TdClassName
{
border-color: #B443E1;
}
.TagClassName
{
border-color: #B443E1;
}
</style>