Shades of Medium Orchid #B760CC
Tints of Medium Orchid #B760CC
RGB
CMYK
RGB Variations
Color information
#B760CC (or 0xB760CC) is known color: Medium Orchid. HEX triplet: B7, 60 and CC. RGB value is (183,96,204). Sum of RGB (Red+Green+Blue) = 183+96+204=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #B760CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760CC is #489F33. Grayscale: #858585. Windows color (decimal): -4759348 or 13394103. OLE color: 13394103.
HSL color Cylindrical-coordinate representation of color #B760CC: hue angle of 288.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B760CC is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 96 | 204 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.2 |
| HSL | 288.33º | 0.51% | 0.59% | - |
| HSV(B) | 288.33º | 0.53% | 0.8% | - |
| XYZ | 34.61 | 22.79 | 59.7 | - |
| YUV | 134.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 204 | 0.10 | 0.53 | 0 | 0.2 | 288.33 | 0.51 | 0.59 |
| Hex | B7 | 60 | CC | A | 35 | 0 | 14 | 120 | 33 | 3B |
| Octal | 267 | 140 | 314 | 12 | 65 | 0 | 24 | 440 | 63 | 73 |
| Binary | 10110111 | 1100000 | 11001100 | 1010 | 110101 | 0 | 10100 | 100100000 | 110011 | 111011 |
Color Harmonies of #B760CC
Complementary color
Monochromatic Colors of #B760CC
Black with #B760CC
Text Example
Text Example
White with #B760CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B760CC; }
p { color: rgb(183,96,204); }
H1.HeaderClassName
{
color: #B760CC;
}
.AnyTagClassName
{
color: #B760CC;
}
</style>
background-color css
<style>
a { background-color: #B760CC; }
a { background-color: rgb(183,96,204); }
div.DivClassName
{
background-color: #B760CC;
}
.BgClassName
{
background-color: #B760CC;
}
</style>
border-color css
<style>
span { border-color: #B760CC; }
span { border-color: rgb(183,96,204); }
td.TdClassName
{
border-color: #B760CC;
}
.TagClassName
{
border-color: #B760CC;
}
</style>