Shades of Medium Orchid #B441FB
Tints of Medium Orchid #B441FB
RGB
CMYK
RGB Variations
Color information
#B441FB (or 0xB441FB) is known color: Medium Orchid. HEX triplet: B4, 41 and FB. RGB value is (180,65,251). Sum of RGB (Red+Green+Blue) = 180+65+251=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #B441FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B441FB is #4BBE04. Grayscale: #777777. Windows color (decimal): -4963845 or 16466356. OLE color: 16466356.
HSL color Cylindrical-coordinate representation of color #B441FB: hue angle of 277.1º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B441FB is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 65 | 251 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.02 |
| HSL | 277.1º | 0.96% | 0.62% | - |
| HSV(B) | 277.1º | 0.74% | 0.98% | - |
| XYZ | 38.13 | 20.45 | 93.2 | - |
| YUV | 120.59 | 201.6 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 251 | 0.28 | 0.74 | 0 | 0.02 | 277.1 | 0.96 | 0.62 |
| Hex | B4 | 41 | FB | 1C | 4A | 0 | 2 | 115 | 60 | 3E |
| Octal | 264 | 101 | 373 | 34 | 112 | 0 | 2 | 425 | 140 | 76 |
| Binary | 10110100 | 1000001 | 11111011 | 11100 | 1001010 | 0 | 10 | 100010101 | 1100000 | 111110 |
Color Harmonies of #B441FB
Complementary color
Monochromatic Colors of #B441FB
Black with #B441FB
Text Example
Text Example
White with #B441FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441FB; }
p { color: rgb(180,65,251); }
H1.HeaderClassName
{
color: #B441FB;
}
.AnyTagClassName
{
color: #B441FB;
}
</style>
background-color css
<style>
a { background-color: #B441FB; }
a { background-color: rgb(180,65,251); }
div.DivClassName
{
background-color: #B441FB;
}
.BgClassName
{
background-color: #B441FB;
}
</style>
border-color css
<style>
span { border-color: #B441FB; }
span { border-color: rgb(180,65,251); }
td.TdClassName
{
border-color: #B441FB;
}
.TagClassName
{
border-color: #B441FB;
}
</style>