Shades of Medium Orchid #B439F2
Tints of Medium Orchid #B439F2
RGB
CMYK
RGB Variations
Color information
#B439F2 (or 0xB439F2) is known color: Medium Orchid. HEX triplet: B4, 39 and F2. RGB value is (180,57,242). Sum of RGB (Red+Green+Blue) = 180+57+242=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #B439F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B439F2 is #4BC60D. Grayscale: #727272. Windows color (decimal): -4965902 or 15874484. OLE color: 15874484.
HSL color Cylindrical-coordinate representation of color #B439F2: hue angle of 279.89º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B439F2 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 57 | 242 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.05 |
| HSL | 279.89º | 0.88% | 0.59% | - |
| HSV(B) | 279.89º | 0.76% | 0.95% | - |
| XYZ | 36.31 | 19.04 | 85.77 | - |
| YUV | 114.87 | 199.75 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 242 | 0.26 | 0.76 | 0 | 0.05 | 279.89 | 0.88 | 0.59 |
| Hex | B4 | 39 | F2 | 1A | 4C | 0 | 5 | 118 | 58 | 3B |
| Octal | 264 | 71 | 362 | 32 | 114 | 0 | 5 | 430 | 130 | 73 |
| Binary | 10110100 | 111001 | 11110010 | 11010 | 1001100 | 0 | 101 | 100011000 | 1011000 | 111011 |
Color Harmonies of #B439F2
Complementary color
Monochromatic Colors of #B439F2
Black with #B439F2
Text Example
Text Example
White with #B439F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B439F2; }
p { color: rgb(180,57,242); }
H1.HeaderClassName
{
color: #B439F2;
}
.AnyTagClassName
{
color: #B439F2;
}
</style>
background-color css
<style>
a { background-color: #B439F2; }
a { background-color: rgb(180,57,242); }
div.DivClassName
{
background-color: #B439F2;
}
.BgClassName
{
background-color: #B439F2;
}
</style>
border-color css
<style>
span { border-color: #B439F2; }
span { border-color: rgb(180,57,242); }
td.TdClassName
{
border-color: #B439F2;
}
.TagClassName
{
border-color: #B439F2;
}
</style>