Shades of Medium Orchid #B443EE
Tints of Medium Orchid #B443EE
RGB
CMYK
RGB Variations
Color information
#B443EE (or 0xB443EE) is known color: Medium Orchid. HEX triplet: B4, 43 and EE. RGB value is (180,67,238). Sum of RGB (Red+Green+Blue) = 180+67+238=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #B443EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B443EE is #4BBC11. Grayscale: #777777. Windows color (decimal): -4963346 or 15614900. OLE color: 15614900.
HSL color Cylindrical-coordinate representation of color #B443EE: hue angle of 279.65º 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 #B443EE is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 67 | 238 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.07 |
| HSL | 279.65º | 0.83% | 0.6% | - |
| HSV(B) | 279.65º | 0.72% | 0.93% | - |
| XYZ | 36.26 | 19.89 | 82.82 | - |
| YUV | 120.28 | 194.44 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 238 | 0.24 | 0.72 | 0 | 0.07 | 279.65 | 0.83 | 0.6 |
| Hex | B4 | 43 | EE | 18 | 48 | 0 | 7 | 118 | 53 | 3C |
| Octal | 264 | 103 | 356 | 30 | 110 | 0 | 7 | 430 | 123 | 74 |
| Binary | 10110100 | 1000011 | 11101110 | 11000 | 1001000 | 0 | 111 | 100011000 | 1010011 | 111100 |
Color Harmonies of #B443EE
Complementary color
Monochromatic Colors of #B443EE
Black with #B443EE
Text Example
Text Example
White with #B443EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B443EE; }
p { color: rgb(180,67,238); }
H1.HeaderClassName
{
color: #B443EE;
}
.AnyTagClassName
{
color: #B443EE;
}
</style>
background-color css
<style>
a { background-color: #B443EE; }
a { background-color: rgb(180,67,238); }
div.DivClassName
{
background-color: #B443EE;
}
.BgClassName
{
background-color: #B443EE;
}
</style>
border-color css
<style>
span { border-color: #B443EE; }
span { border-color: rgb(180,67,238); }
td.TdClassName
{
border-color: #B443EE;
}
.TagClassName
{
border-color: #B443EE;
}
</style>