Shades of Medium Orchid #B73CF2
Tints of Medium Orchid #B73CF2
RGB
CMYK
RGB Variations
Color information
#B73CF2 (or 0xB73CF2) is known color: Medium Orchid. HEX triplet: B7, 3C and F2. RGB value is (183,60,242). Sum of RGB (Red+Green+Blue) = 183+60+242=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #B73CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CF2 is #48C30D. Grayscale: #747474. Windows color (decimal): -4768526 or 15875255. OLE color: 15875255.
HSL color Cylindrical-coordinate representation of color #B73CF2: hue angle of 280.55º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B73CF2 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 60 | 242 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.05 |
| HSL | 280.55º | 0.88% | 0.59% | - |
| HSV(B) | 280.55º | 0.75% | 0.95% | - |
| XYZ | 37.17 | 19.71 | 85.85 | - |
| YUV | 117.53 | 198.25 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 242 | 0.24 | 0.75 | 0 | 0.05 | 280.55 | 0.88 | 0.59 |
| Hex | B7 | 3C | F2 | 18 | 4B | 0 | 5 | 119 | 58 | 3B |
| Octal | 267 | 74 | 362 | 30 | 113 | 0 | 5 | 431 | 130 | 73 |
| Binary | 10110111 | 111100 | 11110010 | 11000 | 1001011 | 0 | 101 | 100011001 | 1011000 | 111011 |
Color Harmonies of #B73CF2
Complementary color
Monochromatic Colors of #B73CF2
Black with #B73CF2
Text Example
Text Example
White with #B73CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CF2; }
p { color: rgb(183,60,242); }
H1.HeaderClassName
{
color: #B73CF2;
}
.AnyTagClassName
{
color: #B73CF2;
}
</style>
background-color css
<style>
a { background-color: #B73CF2; }
a { background-color: rgb(183,60,242); }
div.DivClassName
{
background-color: #B73CF2;
}
.BgClassName
{
background-color: #B73CF2;
}
</style>
border-color css
<style>
span { border-color: #B73CF2; }
span { border-color: rgb(183,60,242); }
td.TdClassName
{
border-color: #B73CF2;
}
.TagClassName
{
border-color: #B73CF2;
}
</style>