Shades of Medium Orchid #B73CEA
Tints of Medium Orchid #B73CEA
RGB
CMYK
RGB Variations
Color information
#B73CEA (or 0xB73CEA) is known color: Medium Orchid. HEX triplet: B7, 3C and EA. RGB value is (183,60,234). Sum of RGB (Red+Green+Blue) = 183+60+234=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #B73CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CEA is #48C315. Grayscale: #747474. Windows color (decimal): -4768534 or 15350967. OLE color: 15350967.
HSL color Cylindrical-coordinate representation of color #B73CEA: hue angle of 282.41º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73CEA is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 60 | 234 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.08 |
| HSL | 282.41º | 0.81% | 0.58% | - |
| HSV(B) | 282.41º | 0.74% | 0.92% | - |
| XYZ | 36 | 19.24 | 79.66 | - |
| YUV | 116.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 234 | 0.22 | 0.74 | 0 | 0.08 | 282.41 | 0.81 | 0.58 |
| Hex | B7 | 3C | EA | 16 | 4A | 0 | 8 | 11A | 51 | 3A |
| Octal | 267 | 74 | 352 | 26 | 112 | 0 | 10 | 432 | 121 | 72 |
| Binary | 10110111 | 111100 | 11101010 | 10110 | 1001010 | 0 | 1000 | 100011010 | 1010001 | 111010 |
Color Harmonies of #B73CEA
Complementary color
Monochromatic Colors of #B73CEA
Black with #B73CEA
Text Example
Text Example
White with #B73CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CEA; }
p { color: rgb(183,60,234); }
H1.HeaderClassName
{
color: #B73CEA;
}
.AnyTagClassName
{
color: #B73CEA;
}
</style>
background-color css
<style>
a { background-color: #B73CEA; }
a { background-color: rgb(183,60,234); }
div.DivClassName
{
background-color: #B73CEA;
}
.BgClassName
{
background-color: #B73CEA;
}
</style>
border-color css
<style>
span { border-color: #B73CEA; }
span { border-color: rgb(183,60,234); }
td.TdClassName
{
border-color: #B73CEA;
}
.TagClassName
{
border-color: #B73CEA;
}
</style>