Shades of Medium Orchid #B761DB
Tints of Medium Orchid #B761DB
RGB
CMYK
RGB Variations
Color information
#B761DB (or 0xB761DB) is known color: Medium Orchid. HEX triplet: B7, 61 and DB. RGB value is (183,97,219). Sum of RGB (Red+Green+Blue) = 183+97+219=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B761DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761DB is #489E24. Grayscale: #888888. Windows color (decimal): -4759077 or 14377399. OLE color: 14377399.
HSL color Cylindrical-coordinate representation of color #B761DB: hue angle of 282.3º degrees, saturation: 0.63, 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 #B761DB is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 97 | 219 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.14 |
| HSL | 282.3º | 0.63% | 0.62% | - |
| HSV(B) | 282.3º | 0.56% | 0.86% | - |
| XYZ | 36.59 | 23.73 | 69.67 | - |
| YUV | 136.62 | 174.49 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 219 | 0.16 | 0.56 | 0 | 0.14 | 282.3 | 0.63 | 0.62 |
| Hex | B7 | 61 | DB | 10 | 38 | 0 | E | 11A | 3F | 3E |
| Octal | 267 | 141 | 333 | 20 | 70 | 0 | 16 | 432 | 77 | 76 |
| Binary | 10110111 | 1100001 | 11011011 | 10000 | 111000 | 0 | 1110 | 100011010 | 111111 | 111110 |
Color Harmonies of #B761DB
Complementary color
Monochromatic Colors of #B761DB
Black with #B761DB
Text Example
Text Example
White with #B761DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761DB; }
p { color: rgb(183,97,219); }
H1.HeaderClassName
{
color: #B761DB;
}
.AnyTagClassName
{
color: #B761DB;
}
</style>
background-color css
<style>
a { background-color: #B761DB; }
a { background-color: rgb(183,97,219); }
div.DivClassName
{
background-color: #B761DB;
}
.BgClassName
{
background-color: #B761DB;
}
</style>
border-color css
<style>
span { border-color: #B761DB; }
span { border-color: rgb(183,97,219); }
td.TdClassName
{
border-color: #B761DB;
}
.TagClassName
{
border-color: #B761DB;
}
</style>