Shades of Medium Orchid #B74ADF
Tints of Medium Orchid #B74ADF
RGB
CMYK
RGB Variations
Color information
#B74ADF (or 0xB74ADF) is known color: Medium Orchid. HEX triplet: B7, 4A and DF. RGB value is (183,74,223). Sum of RGB (Red+Green+Blue) = 183+74+223=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #B74ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ADF is #48B520. Grayscale: #7B7B7B. Windows color (decimal): -4764961 or 14633655. OLE color: 14633655.
HSL color Cylindrical-coordinate representation of color #B74ADF: hue angle of 283.89º degrees, saturation: 0.7, 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 #B74ADF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 74 | 223 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.13 |
| HSL | 283.89º | 0.7% | 0.58% | - |
| HSV(B) | 283.89º | 0.67% | 0.87% | - |
| XYZ | 35.3 | 20.29 | 71.87 | - |
| YUV | 123.58 | 184.11 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 223 | 0.18 | 0.67 | 0 | 0.13 | 283.89 | 0.7 | 0.58 |
| Hex | B7 | 4A | DF | 12 | 43 | 0 | D | 11C | 46 | 3A |
| Octal | 267 | 112 | 337 | 22 | 103 | 0 | 15 | 434 | 106 | 72 |
| Binary | 10110111 | 1001010 | 11011111 | 10010 | 1000011 | 0 | 1101 | 100011100 | 1000110 | 111010 |
Color Harmonies of #B74ADF
Complementary color
Monochromatic Colors of #B74ADF
Black with #B74ADF
Text Example
Text Example
White with #B74ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74ADF; }
p { color: rgb(183,74,223); }
H1.HeaderClassName
{
color: #B74ADF;
}
.AnyTagClassName
{
color: #B74ADF;
}
</style>
background-color css
<style>
a { background-color: #B74ADF; }
a { background-color: rgb(183,74,223); }
div.DivClassName
{
background-color: #B74ADF;
}
.BgClassName
{
background-color: #B74ADF;
}
</style>
border-color css
<style>
span { border-color: #B74ADF; }
span { border-color: rgb(183,74,223); }
td.TdClassName
{
border-color: #B74ADF;
}
.TagClassName
{
border-color: #B74ADF;
}
</style>