Shades of Medium Orchid #B73CFF
Tints of Medium Orchid #B73CFF
RGB
CMYK
RGB Variations
Color information
#B73CFF (or 0xB73CFF) is known color: Medium Orchid. HEX triplet: B7, 3C and FF. RGB value is (183,60,255). Sum of RGB (Red+Green+Blue) = 183+60+255=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #B73CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CFF is #48C300. Grayscale: #767676. Windows color (decimal): -4768513 or 16727223. OLE color: 16727223.
HSL color Cylindrical-coordinate representation of color #B73CFF: hue angle of 277.85º 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 #B73CFF is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 60 | 255 | - |
| CMYK | 0.28 | 0.76 | 0 | 0 |
| HSL | 277.85º | 1% | 0.62% | - |
| HSV(B) | 277.85º | 0.76% | 1% | - |
| XYZ | 39.19 | 20.52 | 96.5 | - |
| YUV | 119.01 | 204.75 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 255 | 0.28 | 0.76 | 0 | 0 | 277.85 | 1 | 0.62 |
| Hex | B7 | 3C | FF | 1C | 4C | 0 | 0 | 116 | 64 | 3E |
| Octal | 267 | 74 | 377 | 34 | 114 | 0 | 0 | 426 | 144 | 76 |
| Binary | 10110111 | 111100 | 11111111 | 11100 | 1001100 | 0 | 0 | 100010110 | 1100100 | 111110 |
Color Harmonies of #B73CFF
Complementary color
Monochromatic Colors of #B73CFF
Black with #B73CFF
Text Example
Text Example
White with #B73CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CFF; }
p { color: rgb(183,60,255); }
H1.HeaderClassName
{
color: #B73CFF;
}
.AnyTagClassName
{
color: #B73CFF;
}
</style>
background-color css
<style>
a { background-color: #B73CFF; }
a { background-color: rgb(183,60,255); }
div.DivClassName
{
background-color: #B73CFF;
}
.BgClassName
{
background-color: #B73CFF;
}
</style>
border-color css
<style>
span { border-color: #B73CFF; }
span { border-color: rgb(183,60,255); }
td.TdClassName
{
border-color: #B73CFF;
}
.TagClassName
{
border-color: #B73CFF;
}
</style>