Shades of Medium Orchid #B43CFE
Tints of Medium Orchid #B43CFE
RGB
CMYK
RGB Variations
Color information
#B43CFE (or 0xB43CFE) is known color: Medium Orchid. HEX triplet: B4, 3C and FE. RGB value is (180,60,254). Sum of RGB (Red+Green+Blue) = 180+60+254=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #B43CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CFE is #4BC301. Grayscale: #757575. Windows color (decimal): -4965122 or 16661684. OLE color: 16661684.
HSL color Cylindrical-coordinate representation of color #B43CFE: hue angle of 277.11º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B43CFE is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 60 | 254 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.00 |
| HSL | 277.11º | 0.99% | 0.62% | - |
| HSV(B) | 277.11º | 0.76% | 1% | - |
| XYZ | 38.33 | 20.09 | 95.62 | - |
| YUV | 118 | 204.76 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 254 | 0.29 | 0.76 | 0 | 0.00 | 277.11 | 0.99 | 0.62 |
| Hex | B4 | 3C | FE | 1D | 4C | 0 | 0 | 115 | 63 | 3E |
| Octal | 264 | 74 | 376 | 35 | 114 | 0 | 0 | 425 | 143 | 76 |
| Binary | 10110100 | 111100 | 11111110 | 11101 | 1001100 | 0 | 0 | 100010101 | 1100011 | 111110 |
Color Harmonies of #B43CFE
Complementary color
Monochromatic Colors of #B43CFE
Black with #B43CFE
Text Example
Text Example
White with #B43CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CFE; }
p { color: rgb(180,60,254); }
H1.HeaderClassName
{
color: #B43CFE;
}
.AnyTagClassName
{
color: #B43CFE;
}
</style>
background-color css
<style>
a { background-color: #B43CFE; }
a { background-color: rgb(180,60,254); }
div.DivClassName
{
background-color: #B43CFE;
}
.BgClassName
{
background-color: #B43CFE;
}
</style>
border-color css
<style>
span { border-color: #B43CFE; }
span { border-color: rgb(180,60,254); }
td.TdClassName
{
border-color: #B43CFE;
}
.TagClassName
{
border-color: #B43CFE;
}
</style>