Shades of Medium Orchid #B06BCD
Tints of Medium Orchid #B06BCD
RGB
CMYK
RGB Variations
Color information
#B06BCD (or 0xB06BCD) is known color: Medium Orchid. HEX triplet: B0, 6B and CD. RGB value is (176,107,205). Sum of RGB (Red+Green+Blue) = 176+107+205=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #B06BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BCD is #4F9432. Grayscale: #8A8A8A. Windows color (decimal): -5215283 or 13462448. OLE color: 13462448.
HSL color Cylindrical-coordinate representation of color #B06BCD: hue angle of 282.24º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06BCD is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 107 | 205 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.20 |
| HSL | 282.24º | 0.49% | 0.61% | - |
| HSV(B) | 282.24º | 0.48% | 0.8% | - |
| XYZ | 34.18 | 24.15 | 60.62 | - |
| YUV | 138.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 205 | 0.14 | 0.48 | 0 | 0.20 | 282.24 | 0.49 | 0.61 |
| Hex | B0 | 6B | CD | E | 30 | 0 | 14 | 11A | 31 | 3D |
| Octal | 260 | 153 | 315 | 16 | 60 | 0 | 24 | 432 | 61 | 75 |
| Binary | 10110000 | 1101011 | 11001101 | 1110 | 110000 | 0 | 10100 | 100011010 | 110001 | 111101 |
Color Harmonies of #B06BCD
Complementary color
Monochromatic Colors of #B06BCD
Black with #B06BCD
Text Example
Text Example
White with #B06BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BCD; }
p { color: rgb(176,107,205); }
H1.HeaderClassName
{
color: #B06BCD;
}
.AnyTagClassName
{
color: #B06BCD;
}
</style>
background-color css
<style>
a { background-color: #B06BCD; }
a { background-color: rgb(176,107,205); }
div.DivClassName
{
background-color: #B06BCD;
}
.BgClassName
{
background-color: #B06BCD;
}
</style>
border-color css
<style>
span { border-color: #B06BCD; }
span { border-color: rgb(176,107,205); }
td.TdClassName
{
border-color: #B06BCD;
}
.TagClassName
{
border-color: #B06BCD;
}
</style>