Shades of Medium Orchid #B744F2
Tints of Medium Orchid #B744F2
RGB
CMYK
RGB Variations
Color information
#B744F2 (or 0xB744F2) is known color: Medium Orchid. HEX triplet: B7, 44 and F2. RGB value is (183,68,242). Sum of RGB (Red+Green+Blue) = 183+68+242=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #B744F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744F2 is #48BB0D. Grayscale: #797979. Windows color (decimal): -4766478 or 15877303. OLE color: 15877303.
HSL color Cylindrical-coordinate representation of color #B744F2: hue angle of 279.66º 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 #B744F2 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 68 | 242 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.05 |
| HSL | 279.66º | 0.87% | 0.61% | - |
| HSV(B) | 279.66º | 0.72% | 0.95% | - |
| XYZ | 37.62 | 20.61 | 86 | - |
| YUV | 122.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 242 | 0.24 | 0.72 | 0 | 0.05 | 279.66 | 0.87 | 0.61 |
| Hex | B7 | 44 | F2 | 18 | 48 | 0 | 5 | 118 | 57 | 3D |
| Octal | 267 | 104 | 362 | 30 | 110 | 0 | 5 | 430 | 127 | 75 |
| Binary | 10110111 | 1000100 | 11110010 | 11000 | 1001000 | 0 | 101 | 100011000 | 1010111 | 111101 |
Color Harmonies of #B744F2
Complementary color
Monochromatic Colors of #B744F2
Black with #B744F2
Text Example
Text Example
White with #B744F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744F2; }
p { color: rgb(183,68,242); }
H1.HeaderClassName
{
color: #B744F2;
}
.AnyTagClassName
{
color: #B744F2;
}
</style>
background-color css
<style>
a { background-color: #B744F2; }
a { background-color: rgb(183,68,242); }
div.DivClassName
{
background-color: #B744F2;
}
.BgClassName
{
background-color: #B744F2;
}
</style>
border-color css
<style>
span { border-color: #B744F2; }
span { border-color: rgb(183,68,242); }
td.TdClassName
{
border-color: #B744F2;
}
.TagClassName
{
border-color: #B744F2;
}
</style>