Shades of Medium Orchid #B74AD8
Tints of Medium Orchid #B74AD8
RGB
CMYK
RGB Variations
Color information
#B74AD8 (or 0xB74AD8) is known color: Medium Orchid. HEX triplet: B7, 4A and D8. RGB value is (183,74,216). Sum of RGB (Red+Green+Blue) = 183+74+216=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #B74AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74AD8 is #48B527. Grayscale: #7A7A7A. Windows color (decimal): -4764968 or 14174903. OLE color: 14174903.
HSL color Cylindrical-coordinate representation of color #B74AD8: hue angle of 286.06º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B74AD8 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 74 | 216 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.15 |
| HSL | 286.06º | 0.65% | 0.57% | - |
| HSV(B) | 286.06º | 0.66% | 0.85% | - |
| XYZ | 34.37 | 19.92 | 67 | - |
| YUV | 122.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 216 | 0.15 | 0.66 | 0 | 0.15 | 286.06 | 0.65 | 0.57 |
| Hex | B7 | 4A | D8 | F | 42 | 0 | F | 11E | 41 | 39 |
| Octal | 267 | 112 | 330 | 17 | 102 | 0 | 17 | 436 | 101 | 71 |
| Binary | 10110111 | 1001010 | 11011000 | 1111 | 1000010 | 0 | 1111 | 100011110 | 1000001 | 111001 |
Color Harmonies of #B74AD8
Complementary color
Monochromatic Colors of #B74AD8
Black with #B74AD8
Text Example
Text Example
White with #B74AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74AD8; }
p { color: rgb(183,74,216); }
H1.HeaderClassName
{
color: #B74AD8;
}
.AnyTagClassName
{
color: #B74AD8;
}
</style>
background-color css
<style>
a { background-color: #B74AD8; }
a { background-color: rgb(183,74,216); }
div.DivClassName
{
background-color: #B74AD8;
}
.BgClassName
{
background-color: #B74AD8;
}
</style>
border-color css
<style>
span { border-color: #B74AD8; }
span { border-color: rgb(183,74,216); }
td.TdClassName
{
border-color: #B74AD8;
}
.TagClassName
{
border-color: #B74AD8;
}
</style>