Shades of Medium Orchid #B06BCB
Tints of Medium Orchid #B06BCB
RGB
CMYK
RGB Variations
Color information
#B06BCB (or 0xB06BCB) is known color: Medium Orchid. HEX triplet: B0, 6B and CB. RGB value is (176,107,203). Sum of RGB (Red+Green+Blue) = 176+107+203=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #B06BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BCB is #4F9434. Grayscale: #8A8A8A. Windows color (decimal): -5215285 or 13331376. OLE color: 13331376.
HSL color Cylindrical-coordinate representation of color #B06BCB: hue angle of 283.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B06BCB is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 107 | 203 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.20 |
| HSL | 283.13º | 0.48% | 0.61% | - |
| HSV(B) | 283.13º | 0.47% | 0.8% | - |
| XYZ | 33.94 | 24.06 | 59.35 | - |
| YUV | 138.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 203 | 0.13 | 0.47 | 0 | 0.20 | 283.13 | 0.48 | 0.61 |
| Hex | B0 | 6B | CB | D | 2F | 0 | 14 | 11B | 30 | 3D |
| Octal | 260 | 153 | 313 | 15 | 57 | 0 | 24 | 433 | 60 | 75 |
| Binary | 10110000 | 1101011 | 11001011 | 1101 | 101111 | 0 | 10100 | 100011011 | 110000 | 111101 |
Color Harmonies of #B06BCB
Complementary color
Monochromatic Colors of #B06BCB
Black with #B06BCB
Text Example
Text Example
White with #B06BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BCB; }
p { color: rgb(176,107,203); }
H1.HeaderClassName
{
color: #B06BCB;
}
.AnyTagClassName
{
color: #B06BCB;
}
</style>
background-color css
<style>
a { background-color: #B06BCB; }
a { background-color: rgb(176,107,203); }
div.DivClassName
{
background-color: #B06BCB;
}
.BgClassName
{
background-color: #B06BCB;
}
</style>
border-color css
<style>
span { border-color: #B06BCB; }
span { border-color: rgb(176,107,203); }
td.TdClassName
{
border-color: #B06BCB;
}
.TagClassName
{
border-color: #B06BCB;
}
</style>