Shades of Medium Orchid #B06BCE
Tints of Medium Orchid #B06BCE
RGB
CMYK
RGB Variations
Color information
#B06BCE (or 0xB06BCE) is known color: Medium Orchid. HEX triplet: B0, 6B and CE. RGB value is (176,107,206). Sum of RGB (Red+Green+Blue) = 176+107+206=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #B06BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BCE is #4F9431. Grayscale: #8A8A8A. Windows color (decimal): -5215282 or 13527984. OLE color: 13527984.
HSL color Cylindrical-coordinate representation of color #B06BCE: hue angle of 281.82º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06BCE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 107 | 206 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.19 |
| HSL | 281.82º | 0.5% | 0.61% | - |
| HSV(B) | 281.82º | 0.48% | 0.81% | - |
| XYZ | 34.3 | 24.2 | 61.26 | - |
| YUV | 138.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 206 | 0.15 | 0.48 | 0 | 0.19 | 281.82 | 0.5 | 0.61 |
| Hex | B0 | 6B | CE | F | 30 | 0 | 13 | 11A | 32 | 3D |
| Octal | 260 | 153 | 316 | 17 | 60 | 0 | 23 | 432 | 62 | 75 |
| Binary | 10110000 | 1101011 | 11001110 | 1111 | 110000 | 0 | 10011 | 100011010 | 110010 | 111101 |
Color Harmonies of #B06BCE
Complementary color
Monochromatic Colors of #B06BCE
Black with #B06BCE
Text Example
Text Example
White with #B06BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BCE; }
p { color: rgb(176,107,206); }
H1.HeaderClassName
{
color: #B06BCE;
}
.AnyTagClassName
{
color: #B06BCE;
}
</style>
background-color css
<style>
a { background-color: #B06BCE; }
a { background-color: rgb(176,107,206); }
div.DivClassName
{
background-color: #B06BCE;
}
.BgClassName
{
background-color: #B06BCE;
}
</style>
border-color css
<style>
span { border-color: #B06BCE; }
span { border-color: rgb(176,107,206); }
td.TdClassName
{
border-color: #B06BCE;
}
.TagClassName
{
border-color: #B06BCE;
}
</style>