Shades of Medium Orchid #B444F2
Tints of Medium Orchid #B444F2
RGB
CMYK
RGB Variations
Color information
#B444F2 (or 0xB444F2) is known color: Medium Orchid. HEX triplet: B4, 44 and F2. RGB value is (180,68,242). Sum of RGB (Red+Green+Blue) = 180+68+242=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #B444F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444F2 is #4BBB0D. Grayscale: #787878. Windows color (decimal): -4963086 or 15877300. OLE color: 15877300.
HSL color Cylindrical-coordinate representation of color #B444F2: hue angle of 278.62º degrees, saturation: 0.87, 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 #B444F2 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 68 | 242 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.05 |
| HSL | 278.62º | 0.87% | 0.61% | - |
| HSV(B) | 278.62º | 0.72% | 0.95% | - |
| XYZ | 36.92 | 20.25 | 85.97 | - |
| YUV | 121.32 | 196.11 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 242 | 0.26 | 0.72 | 0 | 0.05 | 278.62 | 0.87 | 0.61 |
| Hex | B4 | 44 | F2 | 1A | 48 | 0 | 5 | 117 | 57 | 3D |
| Octal | 264 | 104 | 362 | 32 | 110 | 0 | 5 | 427 | 127 | 75 |
| Binary | 10110100 | 1000100 | 11110010 | 11010 | 1001000 | 0 | 101 | 100010111 | 1010111 | 111101 |
Color Harmonies of #B444F2
Complementary color
Monochromatic Colors of #B444F2
Black with #B444F2
Text Example
Text Example
White with #B444F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444F2; }
p { color: rgb(180,68,242); }
H1.HeaderClassName
{
color: #B444F2;
}
.AnyTagClassName
{
color: #B444F2;
}
</style>
background-color css
<style>
a { background-color: #B444F2; }
a { background-color: rgb(180,68,242); }
div.DivClassName
{
background-color: #B444F2;
}
.BgClassName
{
background-color: #B444F2;
}
</style>
border-color css
<style>
span { border-color: #B444F2; }
span { border-color: rgb(180,68,242); }
td.TdClassName
{
border-color: #B444F2;
}
.TagClassName
{
border-color: #B444F2;
}
</style>