Shades of Medium Orchid #B671CD
Tints of Medium Orchid #B671CD
RGB
CMYK
RGB Variations
Color information
#B671CD (or 0xB671CD) is known color: Medium Orchid. HEX triplet: B6, 71 and CD. RGB value is (182,113,205). Sum of RGB (Red+Green+Blue) = 182+113+205=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #B671CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671CD is #498E32. Grayscale: #8F8F8F. Windows color (decimal): -4820531 or 13463990. OLE color: 13463990.
HSL color Cylindrical-coordinate representation of color #B671CD: hue angle of 285º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B671CD is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 113 | 205 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.20 |
| HSL | 285º | 0.48% | 0.62% | - |
| HSV(B) | 285º | 0.45% | 0.8% | - |
| XYZ | 36.22 | 26.16 | 60.9 | - |
| YUV | 144.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 205 | 0.11 | 0.45 | 0 | 0.20 | 285 | 0.48 | 0.62 |
| Hex | B6 | 71 | CD | B | 2D | 0 | 14 | 11D | 30 | 3E |
| Octal | 266 | 161 | 315 | 13 | 55 | 0 | 24 | 435 | 60 | 76 |
| Binary | 10110110 | 1110001 | 11001101 | 1011 | 101101 | 0 | 10100 | 100011101 | 110000 | 111110 |
Color Harmonies of #B671CD
Complementary color
Monochromatic Colors of #B671CD
Black with #B671CD
Text Example
Text Example
White with #B671CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B671CD; }
p { color: rgb(182,113,205); }
H1.HeaderClassName
{
color: #B671CD;
}
.AnyTagClassName
{
color: #B671CD;
}
</style>
background-color css
<style>
a { background-color: #B671CD; }
a { background-color: rgb(182,113,205); }
div.DivClassName
{
background-color: #B671CD;
}
.BgClassName
{
background-color: #B671CD;
}
</style>
border-color css
<style>
span { border-color: #B671CD; }
span { border-color: rgb(182,113,205); }
td.TdClassName
{
border-color: #B671CD;
}
.TagClassName
{
border-color: #B671CD;
}
</style>