Shades of Medium Orchid #B74FDB
Tints of Medium Orchid #B74FDB
RGB
CMYK
RGB Variations
Color information
#B74FDB (or 0xB74FDB) is known color: Medium Orchid. HEX triplet: B7, 4F and DB. RGB value is (183,79,219). Sum of RGB (Red+Green+Blue) = 183+79+219=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #B74FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FDB is #48B024. Grayscale: #7D7D7D. Windows color (decimal): -4763685 or 14372791. OLE color: 14372791.
HSL color Cylindrical-coordinate representation of color #B74FDB: hue angle of 284.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74FDB is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 79 | 219 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.14 |
| HSL | 284.57º | 0.66% | 0.58% | - |
| HSV(B) | 284.57º | 0.64% | 0.86% | - |
| XYZ | 35.11 | 20.77 | 69.18 | - |
| YUV | 126.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 219 | 0.16 | 0.64 | 0 | 0.14 | 284.57 | 0.66 | 0.58 |
| Hex | B7 | 4F | DB | 10 | 40 | 0 | E | 11D | 42 | 3A |
| Octal | 267 | 117 | 333 | 20 | 100 | 0 | 16 | 435 | 102 | 72 |
| Binary | 10110111 | 1001111 | 11011011 | 10000 | 1000000 | 0 | 1110 | 100011101 | 1000010 | 111010 |
Color Harmonies of #B74FDB
Complementary color
Monochromatic Colors of #B74FDB
Black with #B74FDB
Text Example
Text Example
White with #B74FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74FDB; }
p { color: rgb(183,79,219); }
H1.HeaderClassName
{
color: #B74FDB;
}
.AnyTagClassName
{
color: #B74FDB;
}
</style>
background-color css
<style>
a { background-color: #B74FDB; }
a { background-color: rgb(183,79,219); }
div.DivClassName
{
background-color: #B74FDB;
}
.BgClassName
{
background-color: #B74FDB;
}
</style>
border-color css
<style>
span { border-color: #B74FDB; }
span { border-color: rgb(183,79,219); }
td.TdClassName
{
border-color: #B74FDB;
}
.TagClassName
{
border-color: #B74FDB;
}
</style>