Shades of Medium Orchid #B73CE1
Tints of Medium Orchid #B73CE1
RGB
CMYK
RGB Variations
Color information
#B73CE1 (or 0xB73CE1) is known color: Medium Orchid. HEX triplet: B7, 3C and E1. RGB value is (183,60,225). Sum of RGB (Red+Green+Blue) = 183+60+225=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #B73CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CE1 is #48C31E. Grayscale: #737373. Windows color (decimal): -4768543 or 14761143. OLE color: 14761143.
HSL color Cylindrical-coordinate representation of color #B73CE1: hue angle of 284.73º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73CE1 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 60 | 225 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.12 |
| HSL | 284.73º | 0.73% | 0.56% | - |
| HSV(B) | 284.73º | 0.73% | 0.88% | - |
| XYZ | 34.73 | 18.74 | 73.02 | - |
| YUV | 115.59 | 189.75 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 225 | 0.19 | 0.73 | 0 | 0.12 | 284.73 | 0.73 | 0.56 |
| Hex | B7 | 3C | E1 | 13 | 49 | 0 | C | 11D | 49 | 38 |
| Octal | 267 | 74 | 341 | 23 | 111 | 0 | 14 | 435 | 111 | 70 |
| Binary | 10110111 | 111100 | 11100001 | 10011 | 1001001 | 0 | 1100 | 100011101 | 1001001 | 111000 |
Color Harmonies of #B73CE1
Complementary color
Monochromatic Colors of #B73CE1
Black with #B73CE1
Text Example
Text Example
White with #B73CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CE1; }
p { color: rgb(183,60,225); }
H1.HeaderClassName
{
color: #B73CE1;
}
.AnyTagClassName
{
color: #B73CE1;
}
</style>
background-color css
<style>
a { background-color: #B73CE1; }
a { background-color: rgb(183,60,225); }
div.DivClassName
{
background-color: #B73CE1;
}
.BgClassName
{
background-color: #B73CE1;
}
</style>
border-color css
<style>
span { border-color: #B73CE1; }
span { border-color: rgb(183,60,225); }
td.TdClassName
{
border-color: #B73CE1;
}
.TagClassName
{
border-color: #B73CE1;
}
</style>