Shades of Medium Orchid #B74EDB
Tints of Medium Orchid #B74EDB
RGB
CMYK
RGB Variations
Color information
#B74EDB (or 0xB74EDB) is known color: Medium Orchid. HEX triplet: B7, 4E and DB. RGB value is (183,78,219). Sum of RGB (Red+Green+Blue) = 183+78+219=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #B74EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EDB is #48B124. Grayscale: #7D7D7D. Windows color (decimal): -4763941 or 14372535. OLE color: 14372535.
HSL color Cylindrical-coordinate representation of color #B74EDB: hue angle of 284.68º 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 #B74EDB is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 78 | 219 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.14 |
| HSL | 284.68º | 0.66% | 0.58% | - |
| HSV(B) | 284.68º | 0.64% | 0.86% | - |
| XYZ | 35.04 | 20.63 | 69.15 | - |
| YUV | 125.47 | 180.79 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 219 | 0.16 | 0.64 | 0 | 0.14 | 284.68 | 0.66 | 0.58 |
| Hex | B7 | 4E | DB | 10 | 40 | 0 | E | 11D | 42 | 3A |
| Octal | 267 | 116 | 333 | 20 | 100 | 0 | 16 | 435 | 102 | 72 |
| Binary | 10110111 | 1001110 | 11011011 | 10000 | 1000000 | 0 | 1110 | 100011101 | 1000010 | 111010 |
Color Harmonies of #B74EDB
Complementary color
Monochromatic Colors of #B74EDB
Black with #B74EDB
Text Example
Text Example
White with #B74EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74EDB; }
p { color: rgb(183,78,219); }
H1.HeaderClassName
{
color: #B74EDB;
}
.AnyTagClassName
{
color: #B74EDB;
}
</style>
background-color css
<style>
a { background-color: #B74EDB; }
a { background-color: rgb(183,78,219); }
div.DivClassName
{
background-color: #B74EDB;
}
.BgClassName
{
background-color: #B74EDB;
}
</style>
border-color css
<style>
span { border-color: #B74EDB; }
span { border-color: rgb(183,78,219); }
td.TdClassName
{
border-color: #B74EDB;
}
.TagClassName
{
border-color: #B74EDB;
}
</style>