Shades of Medium Orchid #B741C7
Tints of Medium Orchid #B741C7
RGB
CMYK
RGB Variations
Color information
#B741C7 (or 0xB741C7) is known color: Medium Orchid. HEX triplet: B7, 41 and C7. RGB value is (183,65,199). Sum of RGB (Red+Green+Blue) = 183+65+199=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 199 - color contains mainly: blue. Hex color #B741C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741C7 is #48BE38. Grayscale: #737373. Windows color (decimal): -4767289 or 13058487. OLE color: 13058487.
HSL color Cylindrical-coordinate representation of color #B741C7: hue angle of 292.84º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B741C7 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 65 | 199 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.22 |
| HSL | 292.84º | 0.54% | 0.52% | - |
| HSV(B) | 292.84º | 0.67% | 0.78% | - |
| XYZ | 31.73 | 17.97 | 55.83 | - |
| YUV | 115.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 199 | 0.08 | 0.67 | 0 | 0.22 | 292.84 | 0.54 | 0.52 |
| Hex | B7 | 41 | C7 | 8 | 43 | 0 | 16 | 125 | 36 | 34 |
| Octal | 267 | 101 | 307 | 10 | 103 | 0 | 26 | 445 | 66 | 64 |
| Binary | 10110111 | 1000001 | 11000111 | 1000 | 1000011 | 0 | 10110 | 100100101 | 110110 | 110100 |
Color Harmonies of #B741C7
Complementary color
Monochromatic Colors of #B741C7
Black with #B741C7
Text Example
Text Example
White with #B741C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741C7; }
p { color: rgb(183,65,199); }
H1.HeaderClassName
{
color: #B741C7;
}
.AnyTagClassName
{
color: #B741C7;
}
</style>
background-color css
<style>
a { background-color: #B741C7; }
a { background-color: rgb(183,65,199); }
div.DivClassName
{
background-color: #B741C7;
}
.BgClassName
{
background-color: #B741C7;
}
</style>
border-color css
<style>
span { border-color: #B741C7; }
span { border-color: rgb(183,65,199); }
td.TdClassName
{
border-color: #B741C7;
}
.TagClassName
{
border-color: #B741C7;
}
</style>