Shades of Medium Orchid #B74CEB
Tints of Medium Orchid #B74CEB
RGB
CMYK
RGB Variations
Color information
#B74CEB (or 0xB74CEB) is known color: Medium Orchid. HEX triplet: B7, 4C and EB. RGB value is (183,76,235). Sum of RGB (Red+Green+Blue) = 183+76+235=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #B74CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CEB is #48B314. Grayscale: #7D7D7D. Windows color (decimal): -4764437 or 15420599. OLE color: 15420599.
HSL color Cylindrical-coordinate representation of color #B74CEB: hue angle of 280.38º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B74CEB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 76 | 235 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.08 |
| HSL | 280.38º | 0.8% | 0.61% | - |
| HSV(B) | 280.38º | 0.68% | 0.92% | - |
| XYZ | 37.11 | 21.23 | 80.74 | - |
| YUV | 126.12 | 189.45 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 235 | 0.22 | 0.68 | 0 | 0.08 | 280.38 | 0.8 | 0.61 |
| Hex | B7 | 4C | EB | 16 | 44 | 0 | 8 | 118 | 50 | 3D |
| Octal | 267 | 114 | 353 | 26 | 104 | 0 | 10 | 430 | 120 | 75 |
| Binary | 10110111 | 1001100 | 11101011 | 10110 | 1000100 | 0 | 1000 | 100011000 | 1010000 | 111101 |
Color Harmonies of #B74CEB
Complementary color
Monochromatic Colors of #B74CEB
Black with #B74CEB
Text Example
Text Example
White with #B74CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74CEB; }
p { color: rgb(183,76,235); }
H1.HeaderClassName
{
color: #B74CEB;
}
.AnyTagClassName
{
color: #B74CEB;
}
</style>
background-color css
<style>
a { background-color: #B74CEB; }
a { background-color: rgb(183,76,235); }
div.DivClassName
{
background-color: #B74CEB;
}
.BgClassName
{
background-color: #B74CEB;
}
</style>
border-color css
<style>
span { border-color: #B74CEB; }
span { border-color: rgb(183,76,235); }
td.TdClassName
{
border-color: #B74CEB;
}
.TagClassName
{
border-color: #B74CEB;
}
</style>