Shades of Medium Orchid #B74FDD
Tints of Medium Orchid #B74FDD
RGB
CMYK
RGB Variations
Color information
#B74FDD (or 0xB74FDD) is known color: Medium Orchid. HEX triplet: B7, 4F and DD. RGB value is (183,79,221). Sum of RGB (Red+Green+Blue) = 183+79+221=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #B74FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FDD is #48B022. Grayscale: #7D7D7D. Windows color (decimal): -4763683 or 14503863. OLE color: 14503863.
HSL color Cylindrical-coordinate representation of color #B74FDD: hue angle of 283.94º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74FDD is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 79 | 221 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.13 |
| HSL | 283.94º | 0.68% | 0.59% | - |
| HSV(B) | 283.94º | 0.64% | 0.87% | - |
| XYZ | 35.38 | 20.88 | 70.57 | - |
| YUV | 126.28 | 181.46 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 221 | 0.17 | 0.64 | 0 | 0.13 | 283.94 | 0.68 | 0.59 |
| Hex | B7 | 4F | DD | 11 | 40 | 0 | D | 11C | 44 | 3B |
| Octal | 267 | 117 | 335 | 21 | 100 | 0 | 15 | 434 | 104 | 73 |
| Binary | 10110111 | 1001111 | 11011101 | 10001 | 1000000 | 0 | 1101 | 100011100 | 1000100 | 111011 |
Color Harmonies of #B74FDD
Complementary color
Monochromatic Colors of #B74FDD
Black with #B74FDD
Text Example
Text Example
White with #B74FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74FDD; }
p { color: rgb(183,79,221); }
H1.HeaderClassName
{
color: #B74FDD;
}
.AnyTagClassName
{
color: #B74FDD;
}
</style>
background-color css
<style>
a { background-color: #B74FDD; }
a { background-color: rgb(183,79,221); }
div.DivClassName
{
background-color: #B74FDD;
}
.BgClassName
{
background-color: #B74FDD;
}
</style>
border-color css
<style>
span { border-color: #B74FDD; }
span { border-color: rgb(183,79,221); }
td.TdClassName
{
border-color: #B74FDD;
}
.TagClassName
{
border-color: #B74FDD;
}
</style>