Shades of Medium Orchid #B441FE
Tints of Medium Orchid #B441FE
RGB
CMYK
RGB Variations
Color information
#B441FE (or 0xB441FE) is known color: Medium Orchid. HEX triplet: B4, 41 and FE. RGB value is (180,65,254). Sum of RGB (Red+Green+Blue) = 180+65+254=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #B441FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B441FE is #4BBE01. Grayscale: #787878. Windows color (decimal): -4963842 or 16662964. OLE color: 16662964.
HSL color Cylindrical-coordinate representation of color #B441FE: hue angle of 276.51º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B441FE is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 65 | 254 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.00 |
| HSL | 276.51º | 0.99% | 0.63% | - |
| HSV(B) | 276.51º | 0.74% | 1% | - |
| XYZ | 38.6 | 20.64 | 95.72 | - |
| YUV | 120.93 | 203.1 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 254 | 0.29 | 0.74 | 0 | 0.00 | 276.51 | 0.99 | 0.63 |
| Hex | B4 | 41 | FE | 1D | 4A | 0 | 0 | 115 | 63 | 3F |
| Octal | 264 | 101 | 376 | 35 | 112 | 0 | 0 | 425 | 143 | 77 |
| Binary | 10110100 | 1000001 | 11111110 | 11101 | 1001010 | 0 | 0 | 100010101 | 1100011 | 111111 |
Color Harmonies of #B441FE
Complementary color
Monochromatic Colors of #B441FE
Black with #B441FE
Text Example
Text Example
White with #B441FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441FE; }
p { color: rgb(180,65,254); }
H1.HeaderClassName
{
color: #B441FE;
}
.AnyTagClassName
{
color: #B441FE;
}
</style>
background-color css
<style>
a { background-color: #B441FE; }
a { background-color: rgb(180,65,254); }
div.DivClassName
{
background-color: #B441FE;
}
.BgClassName
{
background-color: #B441FE;
}
</style>
border-color css
<style>
span { border-color: #B441FE; }
span { border-color: rgb(180,65,254); }
td.TdClassName
{
border-color: #B441FE;
}
.TagClassName
{
border-color: #B441FE;
}
</style>