Shades of Medium Orchid #B74BCD
Tints of Medium Orchid #B74BCD
RGB
CMYK
RGB Variations
Color information
#B74BCD (or 0xB74BCD) is known color: Medium Orchid. HEX triplet: B7, 4B and CD. RGB value is (183,75,205). Sum of RGB (Red+Green+Blue) = 183+75+205=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #B74BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BCD is #48B432. Grayscale: #797979. Windows color (decimal): -4764723 or 13454263. OLE color: 13454263.
HSL color Cylindrical-coordinate representation of color #B74BCD: hue angle of 289.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74BCD is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 75 | 205 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.20 |
| HSL | 289.85º | 0.57% | 0.55% | - |
| HSV(B) | 289.85º | 0.63% | 0.8% | - |
| XYZ | 33.06 | 19.51 | 59.78 | - |
| YUV | 122.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 205 | 0.11 | 0.63 | 0 | 0.20 | 289.85 | 0.57 | 0.55 |
| Hex | B7 | 4B | CD | B | 3F | 0 | 14 | 122 | 39 | 37 |
| Octal | 267 | 113 | 315 | 13 | 77 | 0 | 24 | 442 | 71 | 67 |
| Binary | 10110111 | 1001011 | 11001101 | 1011 | 111111 | 0 | 10100 | 100100010 | 111001 | 110111 |
Color Harmonies of #B74BCD
Complementary color
Monochromatic Colors of #B74BCD
Black with #B74BCD
Text Example
Text Example
White with #B74BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BCD; }
p { color: rgb(183,75,205); }
H1.HeaderClassName
{
color: #B74BCD;
}
.AnyTagClassName
{
color: #B74BCD;
}
</style>
background-color css
<style>
a { background-color: #B74BCD; }
a { background-color: rgb(183,75,205); }
div.DivClassName
{
background-color: #B74BCD;
}
.BgClassName
{
background-color: #B74BCD;
}
</style>
border-color css
<style>
span { border-color: #B74BCD; }
span { border-color: rgb(183,75,205); }
td.TdClassName
{
border-color: #B74BCD;
}
.TagClassName
{
border-color: #B74BCD;
}
</style>