Shades of Medium Orchid #B749EA
Tints of Medium Orchid #B749EA
RGB
CMYK
RGB Variations
Color information
#B749EA (or 0xB749EA) is known color: Medium Orchid. HEX triplet: B7, 49 and EA. RGB value is (183,73,234). Sum of RGB (Red+Green+Blue) = 183+73+234=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #B749EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B749EA is #48B615. Grayscale: #7B7B7B. Windows color (decimal): -4765206 or 15354295. OLE color: 15354295.
HSL color Cylindrical-coordinate representation of color #B749EA: hue angle of 280.99º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B749EA is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 73 | 234 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.08 |
| HSL | 280.99º | 0.79% | 0.6% | - |
| HSV(B) | 280.99º | 0.69% | 0.92% | - |
| XYZ | 36.76 | 20.77 | 79.91 | - |
| YUV | 124.24 | 189.94 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 234 | 0.22 | 0.69 | 0 | 0.08 | 280.99 | 0.79 | 0.6 |
| Hex | B7 | 49 | EA | 16 | 45 | 0 | 8 | 119 | 4F | 3C |
| Octal | 267 | 111 | 352 | 26 | 105 | 0 | 10 | 431 | 117 | 74 |
| Binary | 10110111 | 1001001 | 11101010 | 10110 | 1000101 | 0 | 1000 | 100011001 | 1001111 | 111100 |
Color Harmonies of #B749EA
Complementary color
Monochromatic Colors of #B749EA
Black with #B749EA
Text Example
Text Example
White with #B749EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749EA; }
p { color: rgb(183,73,234); }
H1.HeaderClassName
{
color: #B749EA;
}
.AnyTagClassName
{
color: #B749EA;
}
</style>
background-color css
<style>
a { background-color: #B749EA; }
a { background-color: rgb(183,73,234); }
div.DivClassName
{
background-color: #B749EA;
}
.BgClassName
{
background-color: #B749EA;
}
</style>
border-color css
<style>
span { border-color: #B749EA; }
span { border-color: rgb(183,73,234); }
td.TdClassName
{
border-color: #B749EA;
}
.TagClassName
{
border-color: #B749EA;
}
</style>