Shades of Medium Orchid #B74ADC
Tints of Medium Orchid #B74ADC
RGB
CMYK
RGB Variations
Color information
#B74ADC (or 0xB74ADC) is known color: Medium Orchid. HEX triplet: B7, 4A and DC. RGB value is (183,74,220). Sum of RGB (Red+Green+Blue) = 183+74+220=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #B74ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ADC is #48B523. Grayscale: #7A7A7A. Windows color (decimal): -4764964 or 14437047. OLE color: 14437047.
HSL color Cylindrical-coordinate representation of color #B74ADC: hue angle of 284.79º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B74ADC is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 74 | 220 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.14 |
| HSL | 284.79º | 0.68% | 0.58% | - |
| HSV(B) | 284.79º | 0.66% | 0.86% | - |
| XYZ | 34.9 | 20.13 | 69.76 | - |
| YUV | 123.24 | 182.61 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 220 | 0.17 | 0.66 | 0 | 0.14 | 284.79 | 0.68 | 0.58 |
| Hex | B7 | 4A | DC | 11 | 42 | 0 | E | 11D | 44 | 3A |
| Octal | 267 | 112 | 334 | 21 | 102 | 0 | 16 | 435 | 104 | 72 |
| Binary | 10110111 | 1001010 | 11011100 | 10001 | 1000010 | 0 | 1110 | 100011101 | 1000100 | 111010 |
Color Harmonies of #B74ADC
Complementary color
Monochromatic Colors of #B74ADC
Black with #B74ADC
Text Example
Text Example
White with #B74ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74ADC; }
p { color: rgb(183,74,220); }
H1.HeaderClassName
{
color: #B74ADC;
}
.AnyTagClassName
{
color: #B74ADC;
}
</style>
background-color css
<style>
a { background-color: #B74ADC; }
a { background-color: rgb(183,74,220); }
div.DivClassName
{
background-color: #B74ADC;
}
.BgClassName
{
background-color: #B74ADC;
}
</style>
border-color css
<style>
span { border-color: #B74ADC; }
span { border-color: rgb(183,74,220); }
td.TdClassName
{
border-color: #B74ADC;
}
.TagClassName
{
border-color: #B74ADC;
}
</style>