Shades of Medium Orchid #B73DFC
Tints of Medium Orchid #B73DFC
RGB
CMYK
RGB Variations
Color information
#B73DFC (or 0xB73DFC) is known color: Medium Orchid. HEX triplet: B7, 3D and FC. RGB value is (183,61,252). Sum of RGB (Red+Green+Blue) = 183+61+252=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #B73DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73DFC is #48C203. Grayscale: #767676. Windows color (decimal): -4768260 or 16530871. OLE color: 16530871.
HSL color Cylindrical-coordinate representation of color #B73DFC: hue angle of 278.32º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B73DFC is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 61 | 252 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.01 |
| HSL | 278.32º | 0.97% | 0.61% | - |
| HSV(B) | 278.32º | 0.76% | 0.99% | - |
| XYZ | 38.77 | 20.43 | 94 | - |
| YUV | 119.25 | 202.92 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 252 | 0.27 | 0.76 | 0 | 0.01 | 278.32 | 0.97 | 0.61 |
| Hex | B7 | 3D | FC | 1B | 4C | 0 | 1 | 116 | 61 | 3D |
| Octal | 267 | 75 | 374 | 33 | 114 | 0 | 1 | 426 | 141 | 75 |
| Binary | 10110111 | 111101 | 11111100 | 11011 | 1001100 | 0 | 1 | 100010110 | 1100001 | 111101 |
Color Harmonies of #B73DFC
Complementary color
Monochromatic Colors of #B73DFC
Black with #B73DFC
Text Example
Text Example
White with #B73DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73DFC; }
p { color: rgb(183,61,252); }
H1.HeaderClassName
{
color: #B73DFC;
}
.AnyTagClassName
{
color: #B73DFC;
}
</style>
background-color css
<style>
a { background-color: #B73DFC; }
a { background-color: rgb(183,61,252); }
div.DivClassName
{
background-color: #B73DFC;
}
.BgClassName
{
background-color: #B73DFC;
}
</style>
border-color css
<style>
span { border-color: #B73DFC; }
span { border-color: rgb(183,61,252); }
td.TdClassName
{
border-color: #B73DFC;
}
.TagClassName
{
border-color: #B73DFC;
}
</style>