Shades of Medium Orchid #B73BE2
Tints of Medium Orchid #B73BE2
RGB
CMYK
RGB Variations
Color information
#B73BE2 (or 0xB73BE2) is known color: Medium Orchid. HEX triplet: B7, 3B and E2. RGB value is (183,59,226). Sum of RGB (Red+Green+Blue) = 183+59+226=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 226 - color contains mainly: blue. Hex color #B73BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BE2 is #48C41D. Grayscale: #727272. Windows color (decimal): -4768798 or 14826423. OLE color: 14826423.
HSL color Cylindrical-coordinate representation of color #B73BE2: hue angle of 284.55º degrees, saturation: 0.74, 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 #B73BE2 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 59 | 226 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.11 |
| HSL | 284.55º | 0.74% | 0.56% | - |
| HSV(B) | 284.55º | 0.74% | 0.89% | - |
| XYZ | 34.82 | 18.69 | 73.72 | - |
| YUV | 115.11 | 190.58 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 226 | 0.19 | 0.74 | 0 | 0.11 | 284.55 | 0.74 | 0.56 |
| Hex | B7 | 3B | E2 | 13 | 4A | 0 | B | 11D | 4A | 38 |
| Octal | 267 | 73 | 342 | 23 | 112 | 0 | 13 | 435 | 112 | 70 |
| Binary | 10110111 | 111011 | 11100010 | 10011 | 1001010 | 0 | 1011 | 100011101 | 1001010 | 111000 |
Color Harmonies of #B73BE2
Complementary color
Monochromatic Colors of #B73BE2
Black with #B73BE2
Text Example
Text Example
White with #B73BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BE2; }
p { color: rgb(183,59,226); }
H1.HeaderClassName
{
color: #B73BE2;
}
.AnyTagClassName
{
color: #B73BE2;
}
</style>
background-color css
<style>
a { background-color: #B73BE2; }
a { background-color: rgb(183,59,226); }
div.DivClassName
{
background-color: #B73BE2;
}
.BgClassName
{
background-color: #B73BE2;
}
</style>
border-color css
<style>
span { border-color: #B73BE2; }
span { border-color: rgb(183,59,226); }
td.TdClassName
{
border-color: #B73BE2;
}
.TagClassName
{
border-color: #B73BE2;
}
</style>