Shades of Medium Orchid #B441F2
Tints of Medium Orchid #B441F2
RGB
CMYK
RGB Variations
Color information
#B441F2 (or 0xB441F2) is known color: Medium Orchid. HEX triplet: B4, 41 and F2. RGB value is (180,65,242). Sum of RGB (Red+Green+Blue) = 180+65+242=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #B441F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B441F2 is #4BBE0D. Grayscale: #767676. Windows color (decimal): -4963854 or 15876532. OLE color: 15876532.
HSL color Cylindrical-coordinate representation of color #B441F2: hue angle of 278.98º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B441F2 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 65 | 242 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.05 |
| HSL | 278.98º | 0.87% | 0.6% | - |
| HSV(B) | 278.98º | 0.73% | 0.95% | - |
| XYZ | 36.74 | 19.89 | 85.91 | - |
| YUV | 119.56 | 197.1 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 242 | 0.26 | 0.73 | 0 | 0.05 | 278.98 | 0.87 | 0.6 |
| Hex | B4 | 41 | F2 | 1A | 49 | 0 | 5 | 117 | 57 | 3C |
| Octal | 264 | 101 | 362 | 32 | 111 | 0 | 5 | 427 | 127 | 74 |
| Binary | 10110100 | 1000001 | 11110010 | 11010 | 1001001 | 0 | 101 | 100010111 | 1010111 | 111100 |
Color Harmonies of #B441F2
Complementary color
Monochromatic Colors of #B441F2
Black with #B441F2
Text Example
Text Example
White with #B441F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441F2; }
p { color: rgb(180,65,242); }
H1.HeaderClassName
{
color: #B441F2;
}
.AnyTagClassName
{
color: #B441F2;
}
</style>
background-color css
<style>
a { background-color: #B441F2; }
a { background-color: rgb(180,65,242); }
div.DivClassName
{
background-color: #B441F2;
}
.BgClassName
{
background-color: #B441F2;
}
</style>
border-color css
<style>
span { border-color: #B441F2; }
span { border-color: rgb(180,65,242); }
td.TdClassName
{
border-color: #B441F2;
}
.TagClassName
{
border-color: #B441F2;
}
</style>