Shades of Medium Orchid #B443FA
Tints of Medium Orchid #B443FA
RGB
CMYK
RGB Variations
Color information
#B443FA (or 0xB443FA) is known color: Medium Orchid. HEX triplet: B4, 43 and FA. RGB value is (180,67,250). Sum of RGB (Red+Green+Blue) = 180+67+250=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #B443FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B443FA is #4BBC05. Grayscale: #797979. Windows color (decimal): -4963334 or 16401332. OLE color: 16401332.
HSL color Cylindrical-coordinate representation of color #B443FA: hue angle of 277.05º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B443FA is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 67 | 250 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.02 |
| HSL | 277.05º | 0.95% | 0.62% | - |
| HSV(B) | 277.05º | 0.73% | 0.98% | - |
| XYZ | 38.08 | 20.62 | 92.42 | - |
| YUV | 121.65 | 200.44 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 250 | 0.28 | 0.73 | 0 | 0.02 | 277.05 | 0.95 | 0.62 |
| Hex | B4 | 43 | FA | 1C | 49 | 0 | 2 | 115 | 5F | 3E |
| Octal | 264 | 103 | 372 | 34 | 111 | 0 | 2 | 425 | 137 | 76 |
| Binary | 10110100 | 1000011 | 11111010 | 11100 | 1001001 | 0 | 10 | 100010101 | 1011111 | 111110 |
Color Harmonies of #B443FA
Complementary color
Monochromatic Colors of #B443FA
Black with #B443FA
Text Example
Text Example
White with #B443FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B443FA; }
p { color: rgb(180,67,250); }
H1.HeaderClassName
{
color: #B443FA;
}
.AnyTagClassName
{
color: #B443FA;
}
</style>
background-color css
<style>
a { background-color: #B443FA; }
a { background-color: rgb(180,67,250); }
div.DivClassName
{
background-color: #B443FA;
}
.BgClassName
{
background-color: #B443FA;
}
</style>
border-color css
<style>
span { border-color: #B443FA; }
span { border-color: rgb(180,67,250); }
td.TdClassName
{
border-color: #B443FA;
}
.TagClassName
{
border-color: #B443FA;
}
</style>