Shades of Medium Orchid #B74ADB
Tints of Medium Orchid #B74ADB
RGB
CMYK
RGB Variations
Color information
#B74ADB (or 0xB74ADB) is known color: Medium Orchid. HEX triplet: B7, 4A and DB. RGB value is (183,74,219). Sum of RGB (Red+Green+Blue) = 183+74+219=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #B74ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ADB is #48B524. Grayscale: #7A7A7A. Windows color (decimal): -4764965 or 14371511. OLE color: 14371511.
HSL color Cylindrical-coordinate representation of color #B74ADB: hue angle of 285.1º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B74ADB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 74 | 219 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.14 |
| HSL | 285.1º | 0.67% | 0.57% | - |
| HSV(B) | 285.1º | 0.66% | 0.86% | - |
| XYZ | 34.76 | 20.08 | 69.06 | - |
| YUV | 123.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 219 | 0.16 | 0.66 | 0 | 0.14 | 285.1 | 0.67 | 0.57 |
| Hex | B7 | 4A | DB | 10 | 42 | 0 | E | 11D | 43 | 39 |
| Octal | 267 | 112 | 333 | 20 | 102 | 0 | 16 | 435 | 103 | 71 |
| Binary | 10110111 | 1001010 | 11011011 | 10000 | 1000010 | 0 | 1110 | 100011101 | 1000011 | 111001 |
Color Harmonies of #B74ADB
Complementary color
Monochromatic Colors of #B74ADB
Black with #B74ADB
Text Example
Text Example
White with #B74ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74ADB; }
p { color: rgb(183,74,219); }
H1.HeaderClassName
{
color: #B74ADB;
}
.AnyTagClassName
{
color: #B74ADB;
}
</style>
background-color css
<style>
a { background-color: #B74ADB; }
a { background-color: rgb(183,74,219); }
div.DivClassName
{
background-color: #B74ADB;
}
.BgClassName
{
background-color: #B74ADB;
}
</style>
border-color css
<style>
span { border-color: #B74ADB; }
span { border-color: rgb(183,74,219); }
td.TdClassName
{
border-color: #B74ADB;
}
.TagClassName
{
border-color: #B74ADB;
}
</style>