Shades of Medium Orchid #B742C7
Tints of Medium Orchid #B742C7
RGB
CMYK
RGB Variations
Color information
#B742C7 (or 0xB742C7) is known color: Medium Orchid. HEX triplet: B7, 42 and C7. RGB value is (183,66,199). Sum of RGB (Red+Green+Blue) = 183+66+199=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #B742C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742C7 is #48BD38. Grayscale: #737373. Windows color (decimal): -4767033 or 13058743. OLE color: 13058743.
HSL color Cylindrical-coordinate representation of color #B742C7: hue angle of 292.78º 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 #B742C7 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 66 | 199 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.22 |
| HSL | 292.78º | 0.54% | 0.52% | - |
| HSV(B) | 292.78º | 0.67% | 0.78% | - |
| XYZ | 31.79 | 18.09 | 55.85 | - |
| YUV | 116.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 199 | 0.08 | 0.67 | 0 | 0.22 | 292.78 | 0.54 | 0.52 |
| Hex | B7 | 42 | C7 | 8 | 43 | 0 | 16 | 125 | 36 | 34 |
| Octal | 267 | 102 | 307 | 10 | 103 | 0 | 26 | 445 | 66 | 64 |
| Binary | 10110111 | 1000010 | 11000111 | 1000 | 1000011 | 0 | 10110 | 100100101 | 110110 | 110100 |
Color Harmonies of #B742C7
Complementary color
Monochromatic Colors of #B742C7
Black with #B742C7
Text Example
Text Example
White with #B742C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742C7; }
p { color: rgb(183,66,199); }
H1.HeaderClassName
{
color: #B742C7;
}
.AnyTagClassName
{
color: #B742C7;
}
</style>
background-color css
<style>
a { background-color: #B742C7; }
a { background-color: rgb(183,66,199); }
div.DivClassName
{
background-color: #B742C7;
}
.BgClassName
{
background-color: #B742C7;
}
</style>
border-color css
<style>
span { border-color: #B742C7; }
span { border-color: rgb(183,66,199); }
td.TdClassName
{
border-color: #B742C7;
}
.TagClassName
{
border-color: #B742C7;
}
</style>