Shades of Medium Orchid #B763C9
Tints of Medium Orchid #B763C9
RGB
CMYK
RGB Variations
Color information
#B763C9 (or 0xB763C9) is known color: Medium Orchid. HEX triplet: B7, 63 and C9. RGB value is (183,99,201). Sum of RGB (Red+Green+Blue) = 183+99+201=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #B763C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B763C9 is #489C36. Grayscale: #878787. Windows color (decimal): -4758583 or 13198263. OLE color: 13198263.
HSL color Cylindrical-coordinate representation of color #B763C9: hue angle of 289.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B763C9 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 99 | 201 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.21 |
| HSL | 289.41º | 0.49% | 0.59% | - |
| HSV(B) | 289.41º | 0.51% | 0.79% | - |
| XYZ | 34.53 | 23.21 | 57.92 | - |
| YUV | 135.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 201 | 0.09 | 0.51 | 0 | 0.21 | 289.41 | 0.49 | 0.59 |
| Hex | B7 | 63 | C9 | 9 | 33 | 0 | 15 | 121 | 31 | 3B |
| Octal | 267 | 143 | 311 | 11 | 63 | 0 | 25 | 441 | 61 | 73 |
| Binary | 10110111 | 1100011 | 11001001 | 1001 | 110011 | 0 | 10101 | 100100001 | 110001 | 111011 |
Color Harmonies of #B763C9
Complementary color
Monochromatic Colors of #B763C9
Black with #B763C9
Text Example
Text Example
White with #B763C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B763C9; }
p { color: rgb(183,99,201); }
H1.HeaderClassName
{
color: #B763C9;
}
.AnyTagClassName
{
color: #B763C9;
}
</style>
background-color css
<style>
a { background-color: #B763C9; }
a { background-color: rgb(183,99,201); }
div.DivClassName
{
background-color: #B763C9;
}
.BgClassName
{
background-color: #B763C9;
}
</style>
border-color css
<style>
span { border-color: #B763C9; }
span { border-color: rgb(183,99,201); }
td.TdClassName
{
border-color: #B763C9;
}
.TagClassName
{
border-color: #B763C9;
}
</style>