Shades of Medium Orchid #B06FCB
Tints of Medium Orchid #B06FCB
RGB
CMYK
RGB Variations
Color information
#B06FCB (or 0xB06FCB) is known color: Medium Orchid. HEX triplet: B0, 6F and CB. RGB value is (176,111,203). Sum of RGB (Red+Green+Blue) = 176+111+203=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #B06FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FCB is #4F9034. Grayscale: #8C8C8C. Windows color (decimal): -5214261 or 13332400. OLE color: 13332400.
HSL color Cylindrical-coordinate representation of color #B06FCB: hue angle of 282.39º degrees, saturation: 0.47, 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 #B06FCB is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 111 | 203 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.20 |
| HSL | 282.39º | 0.47% | 0.62% | - |
| HSV(B) | 282.39º | 0.45% | 0.8% | - |
| XYZ | 34.37 | 24.91 | 59.5 | - |
| YUV | 140.92 | 163.03 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 203 | 0.13 | 0.45 | 0 | 0.20 | 282.39 | 0.47 | 0.62 |
| Hex | B0 | 6F | CB | D | 2D | 0 | 14 | 11A | 2F | 3E |
| Octal | 260 | 157 | 313 | 15 | 55 | 0 | 24 | 432 | 57 | 76 |
| Binary | 10110000 | 1101111 | 11001011 | 1101 | 101101 | 0 | 10100 | 100011010 | 101111 | 111110 |
Color Harmonies of #B06FCB
Complementary color
Monochromatic Colors of #B06FCB
Black with #B06FCB
Text Example
Text Example
White with #B06FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06FCB; }
p { color: rgb(176,111,203); }
H1.HeaderClassName
{
color: #B06FCB;
}
.AnyTagClassName
{
color: #B06FCB;
}
</style>
background-color css
<style>
a { background-color: #B06FCB; }
a { background-color: rgb(176,111,203); }
div.DivClassName
{
background-color: #B06FCB;
}
.BgClassName
{
background-color: #B06FCB;
}
</style>
border-color css
<style>
span { border-color: #B06FCB; }
span { border-color: rgb(176,111,203); }
td.TdClassName
{
border-color: #B06FCB;
}
.TagClassName
{
border-color: #B06FCB;
}
</style>