Shades of Medium Orchid #B74DDB
Tints of Medium Orchid #B74DDB
RGB
CMYK
RGB Variations
Color information
#B74DDB (or 0xB74DDB) is known color: Medium Orchid. HEX triplet: B7, 4D and DB. RGB value is (183,77,219). Sum of RGB (Red+Green+Blue) = 183+77+219=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #B74DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DDB is #48B224. Grayscale: #7C7C7C. Windows color (decimal): -4764197 or 14372279. OLE color: 14372279.
HSL color Cylindrical-coordinate representation of color #B74DDB: hue angle of 284.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74DDB is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 77 | 219 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.14 |
| HSL | 284.79º | 0.66% | 0.58% | - |
| HSV(B) | 284.79º | 0.65% | 0.86% | - |
| XYZ | 34.97 | 20.49 | 69.13 | - |
| YUV | 124.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 219 | 0.16 | 0.65 | 0 | 0.14 | 284.79 | 0.66 | 0.58 |
| Hex | B7 | 4D | DB | 10 | 41 | 0 | E | 11D | 42 | 3A |
| Octal | 267 | 115 | 333 | 20 | 101 | 0 | 16 | 435 | 102 | 72 |
| Binary | 10110111 | 1001101 | 11011011 | 10000 | 1000001 | 0 | 1110 | 100011101 | 1000010 | 111010 |
Color Harmonies of #B74DDB
Complementary color
Monochromatic Colors of #B74DDB
Black with #B74DDB
Text Example
Text Example
White with #B74DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74DDB; }
p { color: rgb(183,77,219); }
H1.HeaderClassName
{
color: #B74DDB;
}
.AnyTagClassName
{
color: #B74DDB;
}
</style>
background-color css
<style>
a { background-color: #B74DDB; }
a { background-color: rgb(183,77,219); }
div.DivClassName
{
background-color: #B74DDB;
}
.BgClassName
{
background-color: #B74DDB;
}
</style>
border-color css
<style>
span { border-color: #B74DDB; }
span { border-color: rgb(183,77,219); }
td.TdClassName
{
border-color: #B74DDB;
}
.TagClassName
{
border-color: #B74DDB;
}
</style>