Shades of Medium Orchid #B74FCD
Tints of Medium Orchid #B74FCD
RGB
CMYK
RGB Variations
Color information
#B74FCD (or 0xB74FCD) is known color: Medium Orchid. HEX triplet: B7, 4F and CD. RGB value is (183,79,205). Sum of RGB (Red+Green+Blue) = 183+79+205=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #B74FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FCD is #48B032. Grayscale: #7C7C7C. Windows color (decimal): -4763699 or 13455287. OLE color: 13455287.
HSL color Cylindrical-coordinate representation of color #B74FCD: hue angle of 289.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74FCD is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 79 | 205 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.20 |
| HSL | 289.52º | 0.56% | 0.56% | - |
| HSV(B) | 289.52º | 0.61% | 0.8% | - |
| XYZ | 33.34 | 20.07 | 59.87 | - |
| YUV | 124.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 205 | 0.11 | 0.61 | 0 | 0.20 | 289.52 | 0.56 | 0.56 |
| Hex | B7 | 4F | CD | B | 3D | 0 | 14 | 122 | 38 | 38 |
| Octal | 267 | 117 | 315 | 13 | 75 | 0 | 24 | 442 | 70 | 70 |
| Binary | 10110111 | 1001111 | 11001101 | 1011 | 111101 | 0 | 10100 | 100100010 | 111000 | 111000 |
Color Harmonies of #B74FCD
Complementary color
Monochromatic Colors of #B74FCD
Black with #B74FCD
Text Example
Text Example
White with #B74FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74FCD; }
p { color: rgb(183,79,205); }
H1.HeaderClassName
{
color: #B74FCD;
}
.AnyTagClassName
{
color: #B74FCD;
}
</style>
background-color css
<style>
a { background-color: #B74FCD; }
a { background-color: rgb(183,79,205); }
div.DivClassName
{
background-color: #B74FCD;
}
.BgClassName
{
background-color: #B74FCD;
}
</style>
border-color css
<style>
span { border-color: #B74FCD; }
span { border-color: rgb(183,79,205); }
td.TdClassName
{
border-color: #B74FCD;
}
.TagClassName
{
border-color: #B74FCD;
}
</style>