Shades of Medium Orchid #B443ED
Tints of Medium Orchid #B443ED
RGB
CMYK
RGB Variations
Color information
#B443ED (or 0xB443ED) is known color: Medium Orchid. HEX triplet: B4, 43 and ED. RGB value is (180,67,237). Sum of RGB (Red+Green+Blue) = 180+67+237=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #B443ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B443ED is #4BBC12. Grayscale: #777777. Windows color (decimal): -4963347 or 15549364. OLE color: 15549364.
HSL color Cylindrical-coordinate representation of color #B443ED: hue angle of 279.88º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B443ED is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 67 | 237 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.07 |
| HSL | 279.88º | 0.83% | 0.6% | - |
| HSV(B) | 279.88º | 0.72% | 0.93% | - |
| XYZ | 36.12 | 19.83 | 82.05 | - |
| YUV | 120.17 | 193.94 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 237 | 0.24 | 0.72 | 0 | 0.07 | 279.88 | 0.83 | 0.6 |
| Hex | B4 | 43 | ED | 18 | 48 | 0 | 7 | 118 | 53 | 3C |
| Octal | 264 | 103 | 355 | 30 | 110 | 0 | 7 | 430 | 123 | 74 |
| Binary | 10110100 | 1000011 | 11101101 | 11000 | 1001000 | 0 | 111 | 100011000 | 1010011 | 111100 |
Color Harmonies of #B443ED
Complementary color
Monochromatic Colors of #B443ED
Black with #B443ED
Text Example
Text Example
White with #B443ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B443ED; }
p { color: rgb(180,67,237); }
H1.HeaderClassName
{
color: #B443ED;
}
.AnyTagClassName
{
color: #B443ED;
}
</style>
background-color css
<style>
a { background-color: #B443ED; }
a { background-color: rgb(180,67,237); }
div.DivClassName
{
background-color: #B443ED;
}
.BgClassName
{
background-color: #B443ED;
}
</style>
border-color css
<style>
span { border-color: #B443ED; }
span { border-color: rgb(180,67,237); }
td.TdClassName
{
border-color: #B443ED;
}
.TagClassName
{
border-color: #B443ED;
}
</style>