Shades of Medium Orchid #B74BDB
Tints of Medium Orchid #B74BDB
RGB
CMYK
RGB Variations
Color information
#B74BDB (or 0xB74BDB) is known color: Medium Orchid. HEX triplet: B7, 4B and DB. RGB value is (183,75,219). Sum of RGB (Red+Green+Blue) = 183+75+219=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #B74BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BDB is #48B424. Grayscale: #7B7B7B. Windows color (decimal): -4764709 or 14371767. OLE color: 14371767.
HSL color Cylindrical-coordinate representation of color #B74BDB: hue angle of 285º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B74BDB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 75 | 219 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.14 |
| HSL | 285º | 0.67% | 0.58% | - |
| HSV(B) | 285º | 0.66% | 0.86% | - |
| XYZ | 34.83 | 20.21 | 69.08 | - |
| YUV | 123.71 | 181.78 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 219 | 0.16 | 0.66 | 0 | 0.14 | 285 | 0.67 | 0.58 |
| Hex | B7 | 4B | DB | 10 | 42 | 0 | E | 11D | 43 | 3A |
| Octal | 267 | 113 | 333 | 20 | 102 | 0 | 16 | 435 | 103 | 72 |
| Binary | 10110111 | 1001011 | 11011011 | 10000 | 1000010 | 0 | 1110 | 100011101 | 1000011 | 111010 |
Color Harmonies of #B74BDB
Complementary color
Monochromatic Colors of #B74BDB
Black with #B74BDB
Text Example
Text Example
White with #B74BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BDB; }
p { color: rgb(183,75,219); }
H1.HeaderClassName
{
color: #B74BDB;
}
.AnyTagClassName
{
color: #B74BDB;
}
</style>
background-color css
<style>
a { background-color: #B74BDB; }
a { background-color: rgb(183,75,219); }
div.DivClassName
{
background-color: #B74BDB;
}
.BgClassName
{
background-color: #B74BDB;
}
</style>
border-color css
<style>
span { border-color: #B74BDB; }
span { border-color: rgb(183,75,219); }
td.TdClassName
{
border-color: #B74BDB;
}
.TagClassName
{
border-color: #B74BDB;
}
</style>