Shades of Medium Orchid #B760DC
Tints of Medium Orchid #B760DC
RGB
CMYK
RGB Variations
Color information
#B760DC (or 0xB760DC) is known color: Medium Orchid. HEX triplet: B7, 60 and DC. RGB value is (183,96,220). Sum of RGB (Red+Green+Blue) = 183+96+220=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #B760DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760DC is #489F23. Grayscale: #878787. Windows color (decimal): -4759332 or 14442679. OLE color: 14442679.
HSL color Cylindrical-coordinate representation of color #B760DC: hue angle of 282.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B760DC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 96 | 220 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.14 |
| HSL | 282.1º | 0.64% | 0.62% | - |
| HSV(B) | 282.1º | 0.56% | 0.86% | - |
| XYZ | 36.63 | 23.6 | 70.33 | - |
| YUV | 136.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 220 | 0.17 | 0.56 | 0 | 0.14 | 282.1 | 0.64 | 0.62 |
| Hex | B7 | 60 | DC | 11 | 38 | 0 | E | 11A | 40 | 3E |
| Octal | 267 | 140 | 334 | 21 | 70 | 0 | 16 | 432 | 100 | 76 |
| Binary | 10110111 | 1100000 | 11011100 | 10001 | 111000 | 0 | 1110 | 100011010 | 1000000 | 111110 |
Color Harmonies of #B760DC
Complementary color
Monochromatic Colors of #B760DC
Black with #B760DC
Text Example
Text Example
White with #B760DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B760DC; }
p { color: rgb(183,96,220); }
H1.HeaderClassName
{
color: #B760DC;
}
.AnyTagClassName
{
color: #B760DC;
}
</style>
background-color css
<style>
a { background-color: #B760DC; }
a { background-color: rgb(183,96,220); }
div.DivClassName
{
background-color: #B760DC;
}
.BgClassName
{
background-color: #B760DC;
}
</style>
border-color css
<style>
span { border-color: #B760DC; }
span { border-color: rgb(183,96,220); }
td.TdClassName
{
border-color: #B760DC;
}
.TagClassName
{
border-color: #B760DC;
}
</style>