Shades of Medium Orchid #B74CCF
Tints of Medium Orchid #B74CCF
RGB
CMYK
RGB Variations
Color information
#B74CCF (or 0xB74CCF) is known color: Medium Orchid. HEX triplet: B7, 4C and CF. RGB value is (183,76,207). Sum of RGB (Red+Green+Blue) = 183+76+207=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #B74CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CCF is #48B330. Grayscale: #7A7A7A. Windows color (decimal): -4764465 or 13585591. OLE color: 13585591.
HSL color Cylindrical-coordinate representation of color #B74CCF: hue angle of 289.01º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74CCF is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 76 | 207 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.19 |
| HSL | 289.01º | 0.58% | 0.55% | - |
| HSV(B) | 289.01º | 0.63% | 0.81% | - |
| XYZ | 33.38 | 19.74 | 61.08 | - |
| YUV | 122.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 207 | 0.12 | 0.63 | 0 | 0.19 | 289.01 | 0.58 | 0.55 |
| Hex | B7 | 4C | CF | C | 3F | 0 | 13 | 121 | 3A | 37 |
| Octal | 267 | 114 | 317 | 14 | 77 | 0 | 23 | 441 | 72 | 67 |
| Binary | 10110111 | 1001100 | 11001111 | 1100 | 111111 | 0 | 10011 | 100100001 | 111010 | 110111 |
Color Harmonies of #B74CCF
Complementary color
Monochromatic Colors of #B74CCF
Black with #B74CCF
Text Example
Text Example
White with #B74CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74CCF; }
p { color: rgb(183,76,207); }
H1.HeaderClassName
{
color: #B74CCF;
}
.AnyTagClassName
{
color: #B74CCF;
}
</style>
background-color css
<style>
a { background-color: #B74CCF; }
a { background-color: rgb(183,76,207); }
div.DivClassName
{
background-color: #B74CCF;
}
.BgClassName
{
background-color: #B74CCF;
}
</style>
border-color css
<style>
span { border-color: #B74CCF; }
span { border-color: rgb(183,76,207); }
td.TdClassName
{
border-color: #B74CCF;
}
.TagClassName
{
border-color: #B74CCF;
}
</style>