Shades of Medium Orchid #B741CE
Tints of Medium Orchid #B741CE
RGB
CMYK
RGB Variations
Color information
#B741CE (or 0xB741CE) is known color: Medium Orchid. HEX triplet: B7, 41 and CE. RGB value is (183,65,206). Sum of RGB (Red+Green+Blue) = 183+65+206=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #B741CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741CE is #48BE31. Grayscale: #737373. Windows color (decimal): -4767282 or 13517239. OLE color: 13517239.
HSL color Cylindrical-coordinate representation of color #B741CE: hue angle of 290.21º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B741CE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 65 | 206 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.19 |
| HSL | 290.21º | 0.59% | 0.53% | - |
| HSV(B) | 290.21º | 0.68% | 0.81% | - |
| XYZ | 32.56 | 18.3 | 60.21 | - |
| YUV | 116.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 206 | 0.11 | 0.68 | 0 | 0.19 | 290.21 | 0.59 | 0.53 |
| Hex | B7 | 41 | CE | B | 44 | 0 | 13 | 122 | 3B | 35 |
| Octal | 267 | 101 | 316 | 13 | 104 | 0 | 23 | 442 | 73 | 65 |
| Binary | 10110111 | 1000001 | 11001110 | 1011 | 1000100 | 0 | 10011 | 100100010 | 111011 | 110101 |
Color Harmonies of #B741CE
Complementary color
Monochromatic Colors of #B741CE
Black with #B741CE
Text Example
Text Example
White with #B741CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741CE; }
p { color: rgb(183,65,206); }
H1.HeaderClassName
{
color: #B741CE;
}
.AnyTagClassName
{
color: #B741CE;
}
</style>
background-color css
<style>
a { background-color: #B741CE; }
a { background-color: rgb(183,65,206); }
div.DivClassName
{
background-color: #B741CE;
}
.BgClassName
{
background-color: #B741CE;
}
</style>
border-color css
<style>
span { border-color: #B741CE; }
span { border-color: rgb(183,65,206); }
td.TdClassName
{
border-color: #B741CE;
}
.TagClassName
{
border-color: #B741CE;
}
</style>