Shades of Medium Orchid #B443C6
Tints of Medium Orchid #B443C6
RGB
CMYK
RGB Variations
Color information
#B443C6 (or 0xB443C6) is known color: Medium Orchid. HEX triplet: B4, 43 and C6. RGB value is (180,67,198). Sum of RGB (Red+Green+Blue) = 180+67+198=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #B443C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443C6 is #4BBC39. Grayscale: #737373. Windows color (decimal): -4963386 or 12993460. OLE color: 12993460.
HSL color Cylindrical-coordinate representation of color #B443C6: hue angle of 291.76º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B443C6 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 67 | 198 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.22 |
| HSL | 291.76º | 0.53% | 0.52% | - |
| HSV(B) | 291.76º | 0.66% | 0.78% | - |
| XYZ | 31.02 | 17.79 | 55.23 | - |
| YUV | 115.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 198 | 0.09 | 0.66 | 0 | 0.22 | 291.76 | 0.53 | 0.52 |
| Hex | B4 | 43 | C6 | 9 | 42 | 0 | 16 | 124 | 35 | 34 |
| Octal | 264 | 103 | 306 | 11 | 102 | 0 | 26 | 444 | 65 | 64 |
| Binary | 10110100 | 1000011 | 11000110 | 1001 | 1000010 | 0 | 10110 | 100100100 | 110101 | 110100 |
Color Harmonies of #B443C6
Complementary color
Monochromatic Colors of #B443C6
Black with #B443C6
Text Example
Text Example
White with #B443C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B443C6; }
p { color: rgb(180,67,198); }
H1.HeaderClassName
{
color: #B443C6;
}
.AnyTagClassName
{
color: #B443C6;
}
</style>
background-color css
<style>
a { background-color: #B443C6; }
a { background-color: rgb(180,67,198); }
div.DivClassName
{
background-color: #B443C6;
}
.BgClassName
{
background-color: #B443C6;
}
</style>
border-color css
<style>
span { border-color: #B443C6; }
span { border-color: rgb(180,67,198); }
td.TdClassName
{
border-color: #B443C6;
}
.TagClassName
{
border-color: #B443C6;
}
</style>