Shades of Medium Orchid #B748E0
Tints of Medium Orchid #B748E0
RGB
CMYK
RGB Variations
Color information
#B748E0 (or 0xB748E0) is known color: Medium Orchid. HEX triplet: B7, 48 and E0. RGB value is (183,72,224). Sum of RGB (Red+Green+Blue) = 183+72+224=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #B748E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748E0 is #48B71F. Grayscale: #7A7A7A. Windows color (decimal): -4765472 or 14698679. OLE color: 14698679.
HSL color Cylindrical-coordinate representation of color #B748E0: hue angle of 283.82º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B748E0 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 72 | 224 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.12 |
| HSL | 283.82º | 0.71% | 0.58% | - |
| HSV(B) | 283.82º | 0.68% | 0.88% | - |
| XYZ | 35.3 | 20.08 | 72.54 | - |
| YUV | 122.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 224 | 0.18 | 0.68 | 0 | 0.12 | 283.82 | 0.71 | 0.58 |
| Hex | B7 | 48 | E0 | 12 | 44 | 0 | C | 11C | 47 | 3A |
| Octal | 267 | 110 | 340 | 22 | 104 | 0 | 14 | 434 | 107 | 72 |
| Binary | 10110111 | 1001000 | 11100000 | 10010 | 1000100 | 0 | 1100 | 100011100 | 1000111 | 111010 |
Color Harmonies of #B748E0
Complementary color
Monochromatic Colors of #B748E0
Black with #B748E0
Text Example
Text Example
White with #B748E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748E0; }
p { color: rgb(183,72,224); }
H1.HeaderClassName
{
color: #B748E0;
}
.AnyTagClassName
{
color: #B748E0;
}
</style>
background-color css
<style>
a { background-color: #B748E0; }
a { background-color: rgb(183,72,224); }
div.DivClassName
{
background-color: #B748E0;
}
.BgClassName
{
background-color: #B748E0;
}
</style>
border-color css
<style>
span { border-color: #B748E0; }
span { border-color: rgb(183,72,224); }
td.TdClassName
{
border-color: #B748E0;
}
.TagClassName
{
border-color: #B748E0;
}
</style>