Shades of Medium Orchid #B73CCF
Tints of Medium Orchid #B73CCF
RGB
CMYK
RGB Variations
Color information
#B73CCF (or 0xB73CCF) is known color: Medium Orchid. HEX triplet: B7, 3C and CF. RGB value is (183,60,207). Sum of RGB (Red+Green+Blue) = 183+60+207=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #B73CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CCF is #48C330. Grayscale: #717171. Windows color (decimal): -4768561 or 13581495. OLE color: 13581495.
HSL color Cylindrical-coordinate representation of color #B73CCF: hue angle of 290.2º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73CCF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 60 | 207 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.19 |
| HSL | 290.2º | 0.6% | 0.52% | - |
| HSV(B) | 290.2º | 0.71% | 0.81% | - |
| XYZ | 32.41 | 17.8 | 60.76 | - |
| YUV | 113.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 207 | 0.12 | 0.71 | 0 | 0.19 | 290.2 | 0.6 | 0.52 |
| Hex | B7 | 3C | CF | C | 47 | 0 | 13 | 122 | 3C | 34 |
| Octal | 267 | 74 | 317 | 14 | 107 | 0 | 23 | 442 | 74 | 64 |
| Binary | 10110111 | 111100 | 11001111 | 1100 | 1000111 | 0 | 10011 | 100100010 | 111100 | 110100 |
Color Harmonies of #B73CCF
Complementary color
Monochromatic Colors of #B73CCF
Black with #B73CCF
Text Example
Text Example
White with #B73CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CCF; }
p { color: rgb(183,60,207); }
H1.HeaderClassName
{
color: #B73CCF;
}
.AnyTagClassName
{
color: #B73CCF;
}
</style>
background-color css
<style>
a { background-color: #B73CCF; }
a { background-color: rgb(183,60,207); }
div.DivClassName
{
background-color: #B73CCF;
}
.BgClassName
{
background-color: #B73CCF;
}
</style>
border-color css
<style>
span { border-color: #B73CCF; }
span { border-color: rgb(183,60,207); }
td.TdClassName
{
border-color: #B73CCF;
}
.TagClassName
{
border-color: #B73CCF;
}
</style>