Shades of Medium Orchid #B74ADD
Tints of Medium Orchid #B74ADD
RGB
CMYK
RGB Variations
Color information
#B74ADD (or 0xB74ADD) is known color: Medium Orchid. HEX triplet: B7, 4A and DD. RGB value is (183,74,221). Sum of RGB (Red+Green+Blue) = 183+74+221=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #B74ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ADD is #48B522. Grayscale: #7A7A7A. Windows color (decimal): -4764963 or 14502583. OLE color: 14502583.
HSL color Cylindrical-coordinate representation of color #B74ADD: hue angle of 284.49º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B74ADD is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 74 | 221 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.13 |
| HSL | 284.49º | 0.68% | 0.58% | - |
| HSV(B) | 284.49º | 0.67% | 0.87% | - |
| XYZ | 35.03 | 20.19 | 70.46 | - |
| YUV | 123.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 221 | 0.17 | 0.67 | 0 | 0.13 | 284.49 | 0.68 | 0.58 |
| Hex | B7 | 4A | DD | 11 | 43 | 0 | D | 11C | 44 | 3A |
| Octal | 267 | 112 | 335 | 21 | 103 | 0 | 15 | 434 | 104 | 72 |
| Binary | 10110111 | 1001010 | 11011101 | 10001 | 1000011 | 0 | 1101 | 100011100 | 1000100 | 111010 |
Color Harmonies of #B74ADD
Complementary color
Monochromatic Colors of #B74ADD
Black with #B74ADD
Text Example
Text Example
White with #B74ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74ADD; }
p { color: rgb(183,74,221); }
H1.HeaderClassName
{
color: #B74ADD;
}
.AnyTagClassName
{
color: #B74ADD;
}
</style>
background-color css
<style>
a { background-color: #B74ADD; }
a { background-color: rgb(183,74,221); }
div.DivClassName
{
background-color: #B74ADD;
}
.BgClassName
{
background-color: #B74ADD;
}
</style>
border-color css
<style>
span { border-color: #B74ADD; }
span { border-color: rgb(183,74,221); }
td.TdClassName
{
border-color: #B74ADD;
}
.TagClassName
{
border-color: #B74ADD;
}
</style>