Shades of Medium Orchid #B73CE4
Tints of Medium Orchid #B73CE4
RGB
CMYK
RGB Variations
Color information
#B73CE4 (or 0xB73CE4) is known color: Medium Orchid. HEX triplet: B7, 3C and E4. RGB value is (183,60,228). Sum of RGB (Red+Green+Blue) = 183+60+228=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #B73CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CE4 is #48C31B. Grayscale: #737373. Windows color (decimal): -4768540 or 14957751. OLE color: 14957751.
HSL color Cylindrical-coordinate representation of color #B73CE4: hue angle of 283.93º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73CE4 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 60 | 228 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.11 |
| HSL | 283.93º | 0.76% | 0.56% | - |
| HSV(B) | 283.93º | 0.74% | 0.89% | - |
| XYZ | 35.15 | 18.9 | 75.19 | - |
| YUV | 115.93 | 191.25 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 228 | 0.20 | 0.74 | 0 | 0.11 | 283.93 | 0.76 | 0.56 |
| Hex | B7 | 3C | E4 | 14 | 4A | 0 | B | 11C | 4C | 38 |
| Octal | 267 | 74 | 344 | 24 | 112 | 0 | 13 | 434 | 114 | 70 |
| Binary | 10110111 | 111100 | 11100100 | 10100 | 1001010 | 0 | 1011 | 100011100 | 1001100 | 111000 |
Color Harmonies of #B73CE4
Complementary color
Monochromatic Colors of #B73CE4
Black with #B73CE4
Text Example
Text Example
White with #B73CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CE4; }
p { color: rgb(183,60,228); }
H1.HeaderClassName
{
color: #B73CE4;
}
.AnyTagClassName
{
color: #B73CE4;
}
</style>
background-color css
<style>
a { background-color: #B73CE4; }
a { background-color: rgb(183,60,228); }
div.DivClassName
{
background-color: #B73CE4;
}
.BgClassName
{
background-color: #B73CE4;
}
</style>
border-color css
<style>
span { border-color: #B73CE4; }
span { border-color: rgb(183,60,228); }
td.TdClassName
{
border-color: #B73CE4;
}
.TagClassName
{
border-color: #B73CE4;
}
</style>