Shades of Medium Orchid #B440FE
Tints of Medium Orchid #B440FE
RGB
CMYK
RGB Variations
Color information
#B440FE (or 0xB440FE) is known color: Medium Orchid. HEX triplet: B4, 40 and FE. RGB value is (180,64,254). Sum of RGB (Red+Green+Blue) = 180+64+254=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #B440FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B440FE is #4BBF01. Grayscale: #777777. Windows color (decimal): -4964098 or 16662708. OLE color: 16662708.
HSL color Cylindrical-coordinate representation of color #B440FE: hue angle of 276.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B440FE is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 64 | 254 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.00 |
| HSL | 276.63º | 0.99% | 0.62% | - |
| HSV(B) | 276.63º | 0.75% | 1% | - |
| XYZ | 38.55 | 20.53 | 95.7 | - |
| YUV | 120.34 | 203.43 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 254 | 0.29 | 0.75 | 0 | 0.00 | 276.63 | 0.99 | 0.62 |
| Hex | B4 | 40 | FE | 1D | 4B | 0 | 0 | 115 | 63 | 3E |
| Octal | 264 | 100 | 376 | 35 | 113 | 0 | 0 | 425 | 143 | 76 |
| Binary | 10110100 | 1000000 | 11111110 | 11101 | 1001011 | 0 | 0 | 100010101 | 1100011 | 111110 |
Color Harmonies of #B440FE
Complementary color
Monochromatic Colors of #B440FE
Black with #B440FE
Text Example
Text Example
White with #B440FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B440FE; }
p { color: rgb(180,64,254); }
H1.HeaderClassName
{
color: #B440FE;
}
.AnyTagClassName
{
color: #B440FE;
}
</style>
background-color css
<style>
a { background-color: #B440FE; }
a { background-color: rgb(180,64,254); }
div.DivClassName
{
background-color: #B440FE;
}
.BgClassName
{
background-color: #B440FE;
}
</style>
border-color css
<style>
span { border-color: #B440FE; }
span { border-color: rgb(180,64,254); }
td.TdClassName
{
border-color: #B440FE;
}
.TagClassName
{
border-color: #B440FE;
}
</style>