Shades of Medium Orchid #B760CB
Tints of Medium Orchid #B760CB
RGB
CMYK
RGB Variations
Color information
#B760CB (or 0xB760CB) is known color: Medium Orchid. HEX triplet: B7, 60 and CB. RGB value is (183,96,203). Sum of RGB (Red+Green+Blue) = 183+96+203=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #B760CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760CB is #489F34. Grayscale: #858585. Windows color (decimal): -4759349 or 13328567. OLE color: 13328567.
HSL color Cylindrical-coordinate representation of color #B760CB: hue angle of 288.79º 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 #B760CB is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 96 | 203 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.20 |
| HSL | 288.79º | 0.51% | 0.59% | - |
| HSV(B) | 288.79º | 0.53% | 0.8% | - |
| XYZ | 34.49 | 22.74 | 59.07 | - |
| YUV | 134.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 203 | 0.10 | 0.53 | 0 | 0.20 | 288.79 | 0.51 | 0.59 |
| Hex | B7 | 60 | CB | A | 35 | 0 | 14 | 121 | 33 | 3B |
| Octal | 267 | 140 | 313 | 12 | 65 | 0 | 24 | 441 | 63 | 73 |
| Binary | 10110111 | 1100000 | 11001011 | 1010 | 110101 | 0 | 10100 | 100100001 | 110011 | 111011 |
Color Harmonies of #B760CB
Complementary color
Monochromatic Colors of #B760CB
Black with #B760CB
Text Example
Text Example
White with #B760CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B760CB; }
p { color: rgb(183,96,203); }
H1.HeaderClassName
{
color: #B760CB;
}
.AnyTagClassName
{
color: #B760CB;
}
</style>
background-color css
<style>
a { background-color: #B760CB; }
a { background-color: rgb(183,96,203); }
div.DivClassName
{
background-color: #B760CB;
}
.BgClassName
{
background-color: #B760CB;
}
</style>
border-color css
<style>
span { border-color: #B760CB; }
span { border-color: rgb(183,96,203); }
td.TdClassName
{
border-color: #B760CB;
}
.TagClassName
{
border-color: #B760CB;
}
</style>