Shades of Medium Orchid #B74BCF
Tints of Medium Orchid #B74BCF
RGB
CMYK
RGB Variations
Color information
#B74BCF (or 0xB74BCF) is known color: Medium Orchid. HEX triplet: B7, 4B and CF. RGB value is (183,75,207). Sum of RGB (Red+Green+Blue) = 183+75+207=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #B74BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BCF is #48B430. Grayscale: #797979. Windows color (decimal): -4764721 or 13585335. OLE color: 13585335.
HSL color Cylindrical-coordinate representation of color #B74BCF: hue angle of 289.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74BCF is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 75 | 207 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.19 |
| HSL | 289.09º | 0.58% | 0.55% | - |
| HSV(B) | 289.09º | 0.64% | 0.81% | - |
| XYZ | 33.31 | 19.6 | 61.06 | - |
| YUV | 122.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 207 | 0.12 | 0.64 | 0 | 0.19 | 289.09 | 0.58 | 0.55 |
| Hex | B7 | 4B | CF | C | 40 | 0 | 13 | 121 | 3A | 37 |
| Octal | 267 | 113 | 317 | 14 | 100 | 0 | 23 | 441 | 72 | 67 |
| Binary | 10110111 | 1001011 | 11001111 | 1100 | 1000000 | 0 | 10011 | 100100001 | 111010 | 110111 |
Color Harmonies of #B74BCF
Complementary color
Monochromatic Colors of #B74BCF
Black with #B74BCF
Text Example
Text Example
White with #B74BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BCF; }
p { color: rgb(183,75,207); }
H1.HeaderClassName
{
color: #B74BCF;
}
.AnyTagClassName
{
color: #B74BCF;
}
</style>
background-color css
<style>
a { background-color: #B74BCF; }
a { background-color: rgb(183,75,207); }
div.DivClassName
{
background-color: #B74BCF;
}
.BgClassName
{
background-color: #B74BCF;
}
</style>
border-color css
<style>
span { border-color: #B74BCF; }
span { border-color: rgb(183,75,207); }
td.TdClassName
{
border-color: #B74BCF;
}
.TagClassName
{
border-color: #B74BCF;
}
</style>