Shades of Medium Orchid #B73DED
Tints of Medium Orchid #B73DED
RGB
CMYK
RGB Variations
Color information
#B73DED (or 0xB73DED) is known color: Medium Orchid. HEX triplet: B7, 3D and ED. RGB value is (183,61,237). Sum of RGB (Red+Green+Blue) = 183+61+237=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #B73DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73DED is #48C212. Grayscale: #747474. Windows color (decimal): -4768275 or 15547831. OLE color: 15547831.
HSL color Cylindrical-coordinate representation of color #B73DED: hue angle of 281.59º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73DED is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 61 | 237 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.07 |
| HSL | 281.59º | 0.83% | 0.58% | - |
| HSV(B) | 281.59º | 0.74% | 0.93% | - |
| XYZ | 36.48 | 19.52 | 81.97 | - |
| YUV | 117.54 | 195.42 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 237 | 0.23 | 0.74 | 0 | 0.07 | 281.59 | 0.83 | 0.58 |
| Hex | B7 | 3D | ED | 17 | 4A | 0 | 7 | 11A | 53 | 3A |
| Octal | 267 | 75 | 355 | 27 | 112 | 0 | 7 | 432 | 123 | 72 |
| Binary | 10110111 | 111101 | 11101101 | 10111 | 1001010 | 0 | 111 | 100011010 | 1010011 | 111010 |
Color Harmonies of #B73DED
Complementary color
Monochromatic Colors of #B73DED
Black with #B73DED
Text Example
Text Example
White with #B73DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73DED; }
p { color: rgb(183,61,237); }
H1.HeaderClassName
{
color: #B73DED;
}
.AnyTagClassName
{
color: #B73DED;
}
</style>
background-color css
<style>
a { background-color: #B73DED; }
a { background-color: rgb(183,61,237); }
div.DivClassName
{
background-color: #B73DED;
}
.BgClassName
{
background-color: #B73DED;
}
</style>
border-color css
<style>
span { border-color: #B73DED; }
span { border-color: rgb(183,61,237); }
td.TdClassName
{
border-color: #B73DED;
}
.TagClassName
{
border-color: #B73DED;
}
</style>