Shades of Medium Orchid #B763CC
Tints of Medium Orchid #B763CC
RGB
CMYK
RGB Variations
Color information
#B763CC (or 0xB763CC) is known color: Medium Orchid. HEX triplet: B7, 63 and CC. RGB value is (183,99,204). Sum of RGB (Red+Green+Blue) = 183+99+204=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #B763CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B763CC is #489C33. Grayscale: #878787. Windows color (decimal): -4758580 or 13394871. OLE color: 13394871.
HSL color Cylindrical-coordinate representation of color #B763CC: hue angle of 288º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B763CC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 99 | 204 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.2 |
| HSL | 288º | 0.51% | 0.59% | - |
| HSV(B) | 288º | 0.51% | 0.8% | - |
| XYZ | 34.89 | 23.35 | 59.79 | - |
| YUV | 136.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 204 | 0.10 | 0.51 | 0 | 0.2 | 288 | 0.51 | 0.59 |
| Hex | B7 | 63 | CC | A | 33 | 0 | 14 | 120 | 33 | 3B |
| Octal | 267 | 143 | 314 | 12 | 63 | 0 | 24 | 440 | 63 | 73 |
| Binary | 10110111 | 1100011 | 11001100 | 1010 | 110011 | 0 | 10100 | 100100000 | 110011 | 111011 |
Color Harmonies of #B763CC
Complementary color
Monochromatic Colors of #B763CC
Black with #B763CC
Text Example
Text Example
White with #B763CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B763CC; }
p { color: rgb(183,99,204); }
H1.HeaderClassName
{
color: #B763CC;
}
.AnyTagClassName
{
color: #B763CC;
}
</style>
background-color css
<style>
a { background-color: #B763CC; }
a { background-color: rgb(183,99,204); }
div.DivClassName
{
background-color: #B763CC;
}
.BgClassName
{
background-color: #B763CC;
}
</style>
border-color css
<style>
span { border-color: #B763CC; }
span { border-color: rgb(183,99,204); }
td.TdClassName
{
border-color: #B763CC;
}
.TagClassName
{
border-color: #B763CC;
}
</style>