Shades of Medium Orchid #B760CF
Tints of Medium Orchid #B760CF
RGB
CMYK
RGB Variations
Color information
#B760CF (or 0xB760CF) is known color: Medium Orchid. HEX triplet: B7, 60 and CF. RGB value is (183,96,207). Sum of RGB (Red+Green+Blue) = 183+96+207=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #B760CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760CF is #489F30. Grayscale: #868686. Windows color (decimal): -4759345 or 13590711. OLE color: 13590711.
HSL color Cylindrical-coordinate representation of color #B760CF: hue angle of 287.03º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B760CF is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 96 | 207 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.19 |
| HSL | 287.03º | 0.54% | 0.59% | - |
| HSV(B) | 287.03º | 0.54% | 0.81% | - |
| XYZ | 34.97 | 22.94 | 61.62 | - |
| YUV | 134.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 207 | 0.12 | 0.54 | 0 | 0.19 | 287.03 | 0.54 | 0.59 |
| Hex | B7 | 60 | CF | C | 36 | 0 | 13 | 11F | 36 | 3B |
| Octal | 267 | 140 | 317 | 14 | 66 | 0 | 23 | 437 | 66 | 73 |
| Binary | 10110111 | 1100000 | 11001111 | 1100 | 110110 | 0 | 10011 | 100011111 | 110110 | 111011 |
Color Harmonies of #B760CF
Complementary color
Monochromatic Colors of #B760CF
Black with #B760CF
Text Example
Text Example
White with #B760CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B760CF; }
p { color: rgb(183,96,207); }
H1.HeaderClassName
{
color: #B760CF;
}
.AnyTagClassName
{
color: #B760CF;
}
</style>
background-color css
<style>
a { background-color: #B760CF; }
a { background-color: rgb(183,96,207); }
div.DivClassName
{
background-color: #B760CF;
}
.BgClassName
{
background-color: #B760CF;
}
</style>
border-color css
<style>
span { border-color: #B760CF; }
span { border-color: rgb(183,96,207); }
td.TdClassName
{
border-color: #B760CF;
}
.TagClassName
{
border-color: #B760CF;
}
</style>