Shades of Medium Orchid #B444F1
Tints of Medium Orchid #B444F1
RGB
CMYK
RGB Variations
Color information
#B444F1 (or 0xB444F1) is known color: Medium Orchid. HEX triplet: B4, 44 and F1. RGB value is (180,68,241). Sum of RGB (Red+Green+Blue) = 180+68+241=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #B444F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444F1 is #4BBB0E. Grayscale: #787878. Windows color (decimal): -4963087 or 15811764. OLE color: 15811764.
HSL color Cylindrical-coordinate representation of color #B444F1: hue angle of 278.84º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B444F1 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 68 | 241 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.05 |
| HSL | 278.84º | 0.86% | 0.61% | - |
| HSV(B) | 278.84º | 0.72% | 0.95% | - |
| XYZ | 36.77 | 20.19 | 85.18 | - |
| YUV | 121.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 241 | 0.25 | 0.72 | 0 | 0.05 | 278.84 | 0.86 | 0.61 |
| Hex | B4 | 44 | F1 | 19 | 48 | 0 | 5 | 117 | 56 | 3D |
| Octal | 264 | 104 | 361 | 31 | 110 | 0 | 5 | 427 | 126 | 75 |
| Binary | 10110100 | 1000100 | 11110001 | 11001 | 1001000 | 0 | 101 | 100010111 | 1010110 | 111101 |
Color Harmonies of #B444F1
Complementary color
Monochromatic Colors of #B444F1
Black with #B444F1
Text Example
Text Example
White with #B444F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444F1; }
p { color: rgb(180,68,241); }
H1.HeaderClassName
{
color: #B444F1;
}
.AnyTagClassName
{
color: #B444F1;
}
</style>
background-color css
<style>
a { background-color: #B444F1; }
a { background-color: rgb(180,68,241); }
div.DivClassName
{
background-color: #B444F1;
}
.BgClassName
{
background-color: #B444F1;
}
</style>
border-color css
<style>
span { border-color: #B444F1; }
span { border-color: rgb(180,68,241); }
td.TdClassName
{
border-color: #B444F1;
}
.TagClassName
{
border-color: #B444F1;
}
</style>