Shades of Medium Orchid #B749FF
Tints of Medium Orchid #B749FF
RGB
CMYK
RGB Variations
Color information
#B749FF (or 0xB749FF) is known color: Medium Orchid. HEX triplet: B7, 49 and FF. RGB value is (183,73,255). Sum of RGB (Red+Green+Blue) = 183+73+255=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #B749FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B749FF is #48B600. Grayscale: #7E7E7E. Windows color (decimal): -4765185 or 16730551. OLE color: 16730551.
HSL color Cylindrical-coordinate representation of color #B749FF: hue angle of 276.26º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B749FF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 73 | 255 | - |
| CMYK | 0.28 | 0.71 | 0 | 0 |
| HSL | 276.26º | 1% | 0.64% | - |
| HSV(B) | 276.26º | 0.71% | 1% | - |
| XYZ | 39.96 | 22.05 | 96.76 | - |
| YUV | 126.64 | 200.44 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 255 | 0.28 | 0.71 | 0 | 0 | 276.26 | 1 | 0.64 |
| Hex | B7 | 49 | FF | 1C | 47 | 0 | 0 | 114 | 64 | 40 |
| Octal | 267 | 111 | 377 | 34 | 107 | 0 | 0 | 424 | 144 | 100 |
| Binary | 10110111 | 1001001 | 11111111 | 11100 | 1000111 | 0 | 0 | 100010100 | 1100100 | 1000000 |
Color Harmonies of #B749FF
Complementary color
Monochromatic Colors of #B749FF
Black with #B749FF
Text Example
Text Example
White with #B749FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749FF; }
p { color: rgb(183,73,255); }
H1.HeaderClassName
{
color: #B749FF;
}
.AnyTagClassName
{
color: #B749FF;
}
</style>
background-color css
<style>
a { background-color: #B749FF; }
a { background-color: rgb(183,73,255); }
div.DivClassName
{
background-color: #B749FF;
}
.BgClassName
{
background-color: #B749FF;
}
</style>
border-color css
<style>
span { border-color: #B749FF; }
span { border-color: rgb(183,73,255); }
td.TdClassName
{
border-color: #B749FF;
}
.TagClassName
{
border-color: #B749FF;
}
</style>