Shades of Medium Orchid #B43FF3
Tints of Medium Orchid #B43FF3
RGB
CMYK
RGB Variations
Color information
#B43FF3 (or 0xB43FF3) is known color: Medium Orchid. HEX triplet: B4, 3F and F3. RGB value is (180,63,243). Sum of RGB (Red+Green+Blue) = 180+63+243=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #B43FF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43FF3 is #4BC00C. Grayscale: #757575. Windows color (decimal): -4964365 or 15941556. OLE color: 15941556.
HSL color Cylindrical-coordinate representation of color #B43FF3: hue angle of 279º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B43FF3 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 63 | 243 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.05 |
| HSL | 279º | 0.88% | 0.6% | - |
| HSV(B) | 279º | 0.74% | 0.95% | - |
| XYZ | 36.78 | 19.73 | 86.66 | - |
| YUV | 118.5 | 198.26 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 243 | 0.26 | 0.74 | 0 | 0.05 | 279 | 0.88 | 0.6 |
| Hex | B4 | 3F | F3 | 1A | 4A | 0 | 5 | 117 | 58 | 3C |
| Octal | 264 | 77 | 363 | 32 | 112 | 0 | 5 | 427 | 130 | 74 |
| Binary | 10110100 | 111111 | 11110011 | 11010 | 1001010 | 0 | 101 | 100010111 | 1011000 | 111100 |
Color Harmonies of #B43FF3
Complementary color
Monochromatic Colors of #B43FF3
Black with #B43FF3
Text Example
Text Example
White with #B43FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43FF3; }
p { color: rgb(180,63,243); }
H1.HeaderClassName
{
color: #B43FF3;
}
.AnyTagClassName
{
color: #B43FF3;
}
</style>
background-color css
<style>
a { background-color: #B43FF3; }
a { background-color: rgb(180,63,243); }
div.DivClassName
{
background-color: #B43FF3;
}
.BgClassName
{
background-color: #B43FF3;
}
</style>
border-color css
<style>
span { border-color: #B43FF3; }
span { border-color: rgb(180,63,243); }
td.TdClassName
{
border-color: #B43FF3;
}
.TagClassName
{
border-color: #B43FF3;
}
</style>