Shades of Medium Orchid #B73DFF
Tints of Medium Orchid #B73DFF
RGB
CMYK
RGB Variations
Color information
#B73DFF (or 0xB73DFF) is known color: Medium Orchid. HEX triplet: B7, 3D and FF. RGB value is (183,61,255). Sum of RGB (Red+Green+Blue) = 183+61+255=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #B73DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73DFF is #48C200. Grayscale: #767676. Windows color (decimal): -4768257 or 16727479. OLE color: 16727479.
HSL color Cylindrical-coordinate representation of color #B73DFF: hue angle of 277.73º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B73DFF is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 61 | 255 | - |
| CMYK | 0.28 | 0.76 | 0 | 0 |
| HSL | 277.73º | 1% | 0.62% | - |
| HSV(B) | 277.73º | 0.76% | 1% | - |
| XYZ | 39.25 | 20.62 | 96.52 | - |
| YUV | 119.59 | 204.42 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 255 | 0.28 | 0.76 | 0 | 0 | 277.73 | 1 | 0.62 |
| Hex | B7 | 3D | FF | 1C | 4C | 0 | 0 | 116 | 64 | 3E |
| Octal | 267 | 75 | 377 | 34 | 114 | 0 | 0 | 426 | 144 | 76 |
| Binary | 10110111 | 111101 | 11111111 | 11100 | 1001100 | 0 | 0 | 100010110 | 1100100 | 111110 |
Color Harmonies of #B73DFF
Complementary color
Monochromatic Colors of #B73DFF
Black with #B73DFF
Text Example
Text Example
White with #B73DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73DFF; }
p { color: rgb(183,61,255); }
H1.HeaderClassName
{
color: #B73DFF;
}
.AnyTagClassName
{
color: #B73DFF;
}
</style>
background-color css
<style>
a { background-color: #B73DFF; }
a { background-color: rgb(183,61,255); }
div.DivClassName
{
background-color: #B73DFF;
}
.BgClassName
{
background-color: #B73DFF;
}
</style>
border-color css
<style>
span { border-color: #B73DFF; }
span { border-color: rgb(183,61,255); }
td.TdClassName
{
border-color: #B73DFF;
}
.TagClassName
{
border-color: #B73DFF;
}
</style>