Shades of Medium Orchid #B771CF
Tints of Medium Orchid #B771CF
RGB
CMYK
RGB Variations
Color information
#B771CF (or 0xB771CF) is known color: Medium Orchid. HEX triplet: B7, 71 and CF. RGB value is (183,113,207). Sum of RGB (Red+Green+Blue) = 183+113+207=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #B771CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771CF is #488E30. Grayscale: #909090. Windows color (decimal): -4754993 or 13595063. OLE color: 13595063.
HSL color Cylindrical-coordinate representation of color #B771CF: hue angle of 284.68º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B771CF is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 113 | 207 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.19 |
| HSL | 284.68º | 0.49% | 0.63% | - |
| HSV(B) | 284.68º | 0.45% | 0.81% | - |
| XYZ | 36.7 | 26.38 | 62.19 | - |
| YUV | 144.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 207 | 0.12 | 0.45 | 0 | 0.19 | 284.68 | 0.49 | 0.63 |
| Hex | B7 | 71 | CF | C | 2D | 0 | 13 | 11D | 31 | 3F |
| Octal | 267 | 161 | 317 | 14 | 55 | 0 | 23 | 435 | 61 | 77 |
| Binary | 10110111 | 1110001 | 11001111 | 1100 | 101101 | 0 | 10011 | 100011101 | 110001 | 111111 |
Color Harmonies of #B771CF
Complementary color
Monochromatic Colors of #B771CF
Black with #B771CF
Text Example
Text Example
White with #B771CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B771CF; }
p { color: rgb(183,113,207); }
H1.HeaderClassName
{
color: #B771CF;
}
.AnyTagClassName
{
color: #B771CF;
}
</style>
background-color css
<style>
a { background-color: #B771CF; }
a { background-color: rgb(183,113,207); }
div.DivClassName
{
background-color: #B771CF;
}
.BgClassName
{
background-color: #B771CF;
}
</style>
border-color css
<style>
span { border-color: #B771CF; }
span { border-color: rgb(183,113,207); }
td.TdClassName
{
border-color: #B771CF;
}
.TagClassName
{
border-color: #B771CF;
}
</style>