Shades of Medium Orchid #B740F0
Tints of Medium Orchid #B740F0
RGB
CMYK
RGB Variations
Color information
#B740F0 (or 0xB740F0) is known color: Medium Orchid. HEX triplet: B7, 40 and F0. RGB value is (183,64,240). Sum of RGB (Red+Green+Blue) = 183+64+240=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #B740F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B740F0 is #48BF0F. Grayscale: #777777. Windows color (decimal): -4767504 or 15745207. OLE color: 15745207.
HSL color Cylindrical-coordinate representation of color #B740F0: hue angle of 280.57º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B740F0 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 64 | 240 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.06 |
| HSL | 280.57º | 0.85% | 0.6% | - |
| HSV(B) | 280.57º | 0.73% | 0.94% | - |
| XYZ | 37.09 | 20.03 | 84.35 | - |
| YUV | 119.65 | 195.92 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 240 | 0.24 | 0.73 | 0 | 0.06 | 280.57 | 0.85 | 0.6 |
| Hex | B7 | 40 | F0 | 18 | 49 | 0 | 6 | 119 | 55 | 3C |
| Octal | 267 | 100 | 360 | 30 | 111 | 0 | 6 | 431 | 125 | 74 |
| Binary | 10110111 | 1000000 | 11110000 | 11000 | 1001001 | 0 | 110 | 100011001 | 1010101 | 111100 |
Color Harmonies of #B740F0
Complementary color
Monochromatic Colors of #B740F0
Black with #B740F0
Text Example
Text Example
White with #B740F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B740F0; }
p { color: rgb(183,64,240); }
H1.HeaderClassName
{
color: #B740F0;
}
.AnyTagClassName
{
color: #B740F0;
}
</style>
background-color css
<style>
a { background-color: #B740F0; }
a { background-color: rgb(183,64,240); }
div.DivClassName
{
background-color: #B740F0;
}
.BgClassName
{
background-color: #B740F0;
}
</style>
border-color css
<style>
span { border-color: #B740F0; }
span { border-color: rgb(183,64,240); }
td.TdClassName
{
border-color: #B740F0;
}
.TagClassName
{
border-color: #B740F0;
}
</style>