Shades of Medium Orchid #B74CDD
Tints of Medium Orchid #B74CDD
RGB
CMYK
RGB Variations
Color information
#B74CDD (or 0xB74CDD) is known color: Medium Orchid. HEX triplet: B7, 4C and DD. RGB value is (183,76,221). Sum of RGB (Red+Green+Blue) = 183+76+221=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #B74CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CDD is #48B322. Grayscale: #7C7C7C. Windows color (decimal): -4764451 or 14503095. OLE color: 14503095.
HSL color Cylindrical-coordinate representation of color #B74CDD: hue angle of 284.28º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B74CDD is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 76 | 221 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.13 |
| HSL | 284.28º | 0.68% | 0.58% | - |
| HSV(B) | 284.28º | 0.66% | 0.87% | - |
| XYZ | 35.16 | 20.46 | 70.5 | - |
| YUV | 124.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 221 | 0.17 | 0.66 | 0 | 0.13 | 284.28 | 0.68 | 0.58 |
| Hex | B7 | 4C | DD | 11 | 42 | 0 | D | 11C | 44 | 3A |
| Octal | 267 | 114 | 335 | 21 | 102 | 0 | 15 | 434 | 104 | 72 |
| Binary | 10110111 | 1001100 | 11011101 | 10001 | 1000010 | 0 | 1101 | 100011100 | 1000100 | 111010 |
Color Harmonies of #B74CDD
Complementary color
Monochromatic Colors of #B74CDD
Black with #B74CDD
Text Example
Text Example
White with #B74CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74CDD; }
p { color: rgb(183,76,221); }
H1.HeaderClassName
{
color: #B74CDD;
}
.AnyTagClassName
{
color: #B74CDD;
}
</style>
background-color css
<style>
a { background-color: #B74CDD; }
a { background-color: rgb(183,76,221); }
div.DivClassName
{
background-color: #B74CDD;
}
.BgClassName
{
background-color: #B74CDD;
}
</style>
border-color css
<style>
span { border-color: #B74CDD; }
span { border-color: rgb(183,76,221); }
td.TdClassName
{
border-color: #B74CDD;
}
.TagClassName
{
border-color: #B74CDD;
}
</style>