Shades of Medium Orchid #B73EDA
Tints of Medium Orchid #B73EDA
RGB
CMYK
RGB Variations
Color information
#B73EDA (or 0xB73EDA) is known color: Medium Orchid. HEX triplet: B7, 3E and DA. RGB value is (183,62,218). Sum of RGB (Red+Green+Blue) = 183+62+218=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #B73EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73EDA is #48C125. Grayscale: #737373. Windows color (decimal): -4768038 or 14302903. OLE color: 14302903.
HSL color Cylindrical-coordinate representation of color #B73EDA: hue angle of 286.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73EDA is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 62 | 218 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.15 |
| HSL | 286.54º | 0.68% | 0.55% | - |
| HSV(B) | 286.54º | 0.72% | 0.85% | - |
| XYZ | 33.91 | 18.57 | 68.13 | - |
| YUV | 115.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 218 | 0.16 | 0.72 | 0 | 0.15 | 286.54 | 0.68 | 0.55 |
| Hex | B7 | 3E | DA | 10 | 48 | 0 | F | 11F | 44 | 37 |
| Octal | 267 | 76 | 332 | 20 | 110 | 0 | 17 | 437 | 104 | 67 |
| Binary | 10110111 | 111110 | 11011010 | 10000 | 1001000 | 0 | 1111 | 100011111 | 1000100 | 110111 |
Color Harmonies of #B73EDA
Complementary color
Monochromatic Colors of #B73EDA
Black with #B73EDA
Text Example
Text Example
White with #B73EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73EDA; }
p { color: rgb(183,62,218); }
H1.HeaderClassName
{
color: #B73EDA;
}
.AnyTagClassName
{
color: #B73EDA;
}
</style>
background-color css
<style>
a { background-color: #B73EDA; }
a { background-color: rgb(183,62,218); }
div.DivClassName
{
background-color: #B73EDA;
}
.BgClassName
{
background-color: #B73EDA;
}
</style>
border-color css
<style>
span { border-color: #B73EDA; }
span { border-color: rgb(183,62,218); }
td.TdClassName
{
border-color: #B73EDA;
}
.TagClassName
{
border-color: #B73EDA;
}
</style>