Shades of Medium Orchid #B443CE
Tints of Medium Orchid #B443CE
RGB
CMYK
RGB Variations
Color information
#B443CE (or 0xB443CE) is known color: Medium Orchid. HEX triplet: B4, 43 and CE. RGB value is (180,67,206). Sum of RGB (Red+Green+Blue) = 180+67+206=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #B443CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443CE is #4BBC31. Grayscale: #747474. Windows color (decimal): -4963378 or 13517748. OLE color: 13517748.
HSL color Cylindrical-coordinate representation of color #B443CE: hue angle of 288.78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B443CE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 67 | 206 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.19 |
| HSL | 288.78º | 0.59% | 0.54% | - |
| HSV(B) | 288.78º | 0.67% | 0.81% | - |
| XYZ | 31.97 | 18.17 | 60.22 | - |
| YUV | 116.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 206 | 0.13 | 0.67 | 0 | 0.19 | 288.78 | 0.59 | 0.54 |
| Hex | B4 | 43 | CE | D | 43 | 0 | 13 | 121 | 3B | 36 |
| Octal | 264 | 103 | 316 | 15 | 103 | 0 | 23 | 441 | 73 | 66 |
| Binary | 10110100 | 1000011 | 11001110 | 1101 | 1000011 | 0 | 10011 | 100100001 | 111011 | 110110 |
Color Harmonies of #B443CE
Complementary color
Monochromatic Colors of #B443CE
Black with #B443CE
Text Example
Text Example
White with #B443CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B443CE; }
p { color: rgb(180,67,206); }
H1.HeaderClassName
{
color: #B443CE;
}
.AnyTagClassName
{
color: #B443CE;
}
</style>
background-color css
<style>
a { background-color: #B443CE; }
a { background-color: rgb(180,67,206); }
div.DivClassName
{
background-color: #B443CE;
}
.BgClassName
{
background-color: #B443CE;
}
</style>
border-color css
<style>
span { border-color: #B443CE; }
span { border-color: rgb(180,67,206); }
td.TdClassName
{
border-color: #B443CE;
}
.TagClassName
{
border-color: #B443CE;
}
</style>