Shades of Medium Orchid #B440F3
Tints of Medium Orchid #B440F3
RGB
CMYK
RGB Variations
Color information
#B440F3 (or 0xB440F3) is known color: Medium Orchid. HEX triplet: B4, 40 and F3. RGB value is (180,64,243). Sum of RGB (Red+Green+Blue) = 180+64+243=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #B440F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B440F3 is #4BBF0C. Grayscale: #767676. Windows color (decimal): -4964109 or 15941812. OLE color: 15941812.
HSL color Cylindrical-coordinate representation of color #B440F3: hue angle of 278.88º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B440F3 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 64 | 243 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.05 |
| HSL | 278.88º | 0.88% | 0.6% | - |
| HSV(B) | 278.88º | 0.74% | 0.95% | - |
| XYZ | 36.83 | 19.84 | 86.68 | - |
| YUV | 119.09 | 197.93 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 243 | 0.26 | 0.74 | 0 | 0.05 | 278.88 | 0.88 | 0.6 |
| Hex | B4 | 40 | F3 | 1A | 4A | 0 | 5 | 117 | 58 | 3C |
| Octal | 264 | 100 | 363 | 32 | 112 | 0 | 5 | 427 | 130 | 74 |
| Binary | 10110100 | 1000000 | 11110011 | 11010 | 1001010 | 0 | 101 | 100010111 | 1011000 | 111100 |
Color Harmonies of #B440F3
Complementary color
Monochromatic Colors of #B440F3
Black with #B440F3
Text Example
Text Example
White with #B440F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B440F3; }
p { color: rgb(180,64,243); }
H1.HeaderClassName
{
color: #B440F3;
}
.AnyTagClassName
{
color: #B440F3;
}
</style>
background-color css
<style>
a { background-color: #B440F3; }
a { background-color: rgb(180,64,243); }
div.DivClassName
{
background-color: #B440F3;
}
.BgClassName
{
background-color: #B440F3;
}
</style>
border-color css
<style>
span { border-color: #B440F3; }
span { border-color: rgb(180,64,243); }
td.TdClassName
{
border-color: #B440F3;
}
.TagClassName
{
border-color: #B440F3;
}
</style>