Shades of Medium Orchid #B739E5
Tints of Medium Orchid #B739E5
RGB
CMYK
RGB Variations
Color information
#B739E5 (or 0xB739E5) is known color: Medium Orchid. HEX triplet: B7, 39 and E5. RGB value is (183,57,229). Sum of RGB (Red+Green+Blue) = 183+57+229=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #B739E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739E5 is #48C61A. Grayscale: #717171. Windows color (decimal): -4769307 or 15022519. OLE color: 15022519.
HSL color Cylindrical-coordinate representation of color #B739E5: hue angle of 283.95º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B739E5 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 57 | 229 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.10 |
| HSL | 283.95º | 0.77% | 0.56% | - |
| HSV(B) | 283.95º | 0.75% | 0.9% | - |
| XYZ | 35.13 | 18.65 | 75.88 | - |
| YUV | 114.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 229 | 0.20 | 0.75 | 0 | 0.10 | 283.95 | 0.77 | 0.56 |
| Hex | B7 | 39 | E5 | 14 | 4B | 0 | A | 11C | 4D | 38 |
| Octal | 267 | 71 | 345 | 24 | 113 | 0 | 12 | 434 | 115 | 70 |
| Binary | 10110111 | 111001 | 11100101 | 10100 | 1001011 | 0 | 1010 | 100011100 | 1001101 | 111000 |
Color Harmonies of #B739E5
Complementary color
Monochromatic Colors of #B739E5
Black with #B739E5
Text Example
Text Example
White with #B739E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739E5; }
p { color: rgb(183,57,229); }
H1.HeaderClassName
{
color: #B739E5;
}
.AnyTagClassName
{
color: #B739E5;
}
</style>
background-color css
<style>
a { background-color: #B739E5; }
a { background-color: rgb(183,57,229); }
div.DivClassName
{
background-color: #B739E5;
}
.BgClassName
{
background-color: #B739E5;
}
</style>
border-color css
<style>
span { border-color: #B739E5; }
span { border-color: rgb(183,57,229); }
td.TdClassName
{
border-color: #B739E5;
}
.TagClassName
{
border-color: #B739E5;
}
</style>