Shades of Medium Orchid #B671CE
Tints of Medium Orchid #B671CE
RGB
CMYK
RGB Variations
Color information
#B671CE (or 0xB671CE) is known color: Medium Orchid. HEX triplet: B6, 71 and CE. RGB value is (182,113,206). Sum of RGB (Red+Green+Blue) = 182+113+206=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #B671CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671CE is #498E31. Grayscale: #8F8F8F. Windows color (decimal): -4820530 or 13529526. OLE color: 13529526.
HSL color Cylindrical-coordinate representation of color #B671CE: hue angle of 284.52º 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 #B671CE is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 113 | 206 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.19 |
| HSL | 284.52º | 0.49% | 0.63% | - |
| HSV(B) | 284.52º | 0.45% | 0.81% | - |
| XYZ | 36.34 | 26.21 | 61.54 | - |
| YUV | 144.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 206 | 0.12 | 0.45 | 0 | 0.19 | 284.52 | 0.49 | 0.63 |
| Hex | B6 | 71 | CE | C | 2D | 0 | 13 | 11D | 31 | 3F |
| Octal | 266 | 161 | 316 | 14 | 55 | 0 | 23 | 435 | 61 | 77 |
| Binary | 10110110 | 1110001 | 11001110 | 1100 | 101101 | 0 | 10011 | 100011101 | 110001 | 111111 |
Color Harmonies of #B671CE
Complementary color
Monochromatic Colors of #B671CE
Black with #B671CE
Text Example
Text Example
White with #B671CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B671CE; }
p { color: rgb(182,113,206); }
H1.HeaderClassName
{
color: #B671CE;
}
.AnyTagClassName
{
color: #B671CE;
}
</style>
background-color css
<style>
a { background-color: #B671CE; }
a { background-color: rgb(182,113,206); }
div.DivClassName
{
background-color: #B671CE;
}
.BgClassName
{
background-color: #B671CE;
}
</style>
border-color css
<style>
span { border-color: #B671CE; }
span { border-color: rgb(182,113,206); }
td.TdClassName
{
border-color: #B671CE;
}
.TagClassName
{
border-color: #B671CE;
}
</style>