Shades of Medium Orchid #B43FFB
Tints of Medium Orchid #B43FFB
RGB
CMYK
RGB Variations
Color information
#B43FFB (or 0xB43FFB) is known color: Medium Orchid. HEX triplet: B4, 3F and FB. RGB value is (180,63,251). Sum of RGB (Red+Green+Blue) = 180+63+251=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #B43FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43FFB is #4BC004. Grayscale: #767676. Windows color (decimal): -4964357 or 16465844. OLE color: 16465844.
HSL color Cylindrical-coordinate representation of color #B43FFB: hue angle of 277.34º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B43FFB is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 63 | 251 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.02 |
| HSL | 277.34º | 0.96% | 0.62% | - |
| HSV(B) | 277.34º | 0.75% | 0.98% | - |
| XYZ | 38.01 | 20.22 | 93.17 | - |
| YUV | 119.42 | 202.26 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 251 | 0.28 | 0.75 | 0 | 0.02 | 277.34 | 0.96 | 0.62 |
| Hex | B4 | 3F | FB | 1C | 4B | 0 | 2 | 115 | 60 | 3E |
| Octal | 264 | 77 | 373 | 34 | 113 | 0 | 2 | 425 | 140 | 76 |
| Binary | 10110100 | 111111 | 11111011 | 11100 | 1001011 | 0 | 10 | 100010101 | 1100000 | 111110 |
Color Harmonies of #B43FFB
Complementary color
Monochromatic Colors of #B43FFB
Black with #B43FFB
Text Example
Text Example
White with #B43FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43FFB; }
p { color: rgb(180,63,251); }
H1.HeaderClassName
{
color: #B43FFB;
}
.AnyTagClassName
{
color: #B43FFB;
}
</style>
background-color css
<style>
a { background-color: #B43FFB; }
a { background-color: rgb(180,63,251); }
div.DivClassName
{
background-color: #B43FFB;
}
.BgClassName
{
background-color: #B43FFB;
}
</style>
border-color css
<style>
span { border-color: #B43FFB; }
span { border-color: rgb(180,63,251); }
td.TdClassName
{
border-color: #B43FFB;
}
.TagClassName
{
border-color: #B43FFB;
}
</style>