Shades of Medium Orchid #B773C4
Tints of Medium Orchid #B773C4
RGB
CMYK
RGB Variations
Color information
#B773C4 (or 0xB773C4) is known color: Medium Orchid. HEX triplet: B7, 73 and C4. RGB value is (183,115,196). Sum of RGB (Red+Green+Blue) = 183+115+196=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 196 - color contains mainly: blue. Hex color #B773C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773C4 is #488C3B. Grayscale: #909090. Windows color (decimal): -4754492 or 12874679. OLE color: 12874679.
HSL color Cylindrical-coordinate representation of color #B773C4: hue angle of 290.37º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B773C4 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 115 | 196 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.23 |
| HSL | 290.37º | 0.41% | 0.61% | - |
| HSV(B) | 290.37º | 0.41% | 0.77% | - |
| XYZ | 35.62 | 26.31 | 55.43 | - |
| YUV | 144.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 196 | 0.07 | 0.41 | 0 | 0.23 | 290.37 | 0.41 | 0.61 |
| Hex | B7 | 73 | C4 | 7 | 29 | 0 | 17 | 122 | 29 | 3D |
| Octal | 267 | 163 | 304 | 7 | 51 | 0 | 27 | 442 | 51 | 75 |
| Binary | 10110111 | 1110011 | 11000100 | 111 | 101001 | 0 | 10111 | 100100010 | 101001 | 111101 |
Color Harmonies of #B773C4
Complementary color
Monochromatic Colors of #B773C4
Black with #B773C4
Text Example
Text Example
White with #B773C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773C4; }
p { color: rgb(183,115,196); }
H1.HeaderClassName
{
color: #B773C4;
}
.AnyTagClassName
{
color: #B773C4;
}
</style>
background-color css
<style>
a { background-color: #B773C4; }
a { background-color: rgb(183,115,196); }
div.DivClassName
{
background-color: #B773C4;
}
.BgClassName
{
background-color: #B773C4;
}
</style>
border-color css
<style>
span { border-color: #B773C4; }
span { border-color: rgb(183,115,196); }
td.TdClassName
{
border-color: #B773C4;
}
.TagClassName
{
border-color: #B773C4;
}
</style>