Shades of Medium Orchid #B73BFB
Tints of Medium Orchid #B73BFB
RGB
CMYK
RGB Variations
Color information
#B73BFB (or 0xB73BFB) is known color: Medium Orchid. HEX triplet: B7, 3B and FB. RGB value is (183,59,251). Sum of RGB (Red+Green+Blue) = 183+59+251=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #B73BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73BFB is #48C404. Grayscale: #757575. Windows color (decimal): -4768773 or 16464823. OLE color: 16464823.
HSL color Cylindrical-coordinate representation of color #B73BFB: hue angle of 278.75º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B73BFB is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 59 | 251 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.02 |
| HSL | 278.75º | 0.96% | 0.61% | - |
| HSV(B) | 278.75º | 0.76% | 0.98% | - |
| XYZ | 38.5 | 20.16 | 93.13 | - |
| YUV | 117.96 | 203.08 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 251 | 0.27 | 0.76 | 0 | 0.02 | 278.75 | 0.96 | 0.61 |
| Hex | B7 | 3B | FB | 1B | 4C | 0 | 2 | 117 | 60 | 3D |
| Octal | 267 | 73 | 373 | 33 | 114 | 0 | 2 | 427 | 140 | 75 |
| Binary | 10110111 | 111011 | 11111011 | 11011 | 1001100 | 0 | 10 | 100010111 | 1100000 | 111101 |
Color Harmonies of #B73BFB
Complementary color
Monochromatic Colors of #B73BFB
Black with #B73BFB
Text Example
Text Example
White with #B73BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BFB; }
p { color: rgb(183,59,251); }
H1.HeaderClassName
{
color: #B73BFB;
}
.AnyTagClassName
{
color: #B73BFB;
}
</style>
background-color css
<style>
a { background-color: #B73BFB; }
a { background-color: rgb(183,59,251); }
div.DivClassName
{
background-color: #B73BFB;
}
.BgClassName
{
background-color: #B73BFB;
}
</style>
border-color css
<style>
span { border-color: #B73BFB; }
span { border-color: rgb(183,59,251); }
td.TdClassName
{
border-color: #B73BFB;
}
.TagClassName
{
border-color: #B73BFB;
}
</style>