Shades of Medium Orchid #B06BCF
Tints of Medium Orchid #B06BCF
RGB
CMYK
RGB Variations
Color information
#B06BCF (or 0xB06BCF) is known color: Medium Orchid. HEX triplet: B0, 6B and CF. RGB value is (176,107,207). Sum of RGB (Red+Green+Blue) = 176+107+207=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #B06BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BCF is #4F9430. Grayscale: #8A8A8A. Windows color (decimal): -5215281 or 13593520. OLE color: 13593520.
HSL color Cylindrical-coordinate representation of color #B06BCF: hue angle of 281.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06BCF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 107 | 207 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.19 |
| HSL | 281.4º | 0.51% | 0.62% | - |
| HSV(B) | 281.4º | 0.48% | 0.81% | - |
| XYZ | 34.42 | 24.25 | 61.9 | - |
| YUV | 139.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 207 | 0.15 | 0.48 | 0 | 0.19 | 281.4 | 0.51 | 0.62 |
| Hex | B0 | 6B | CF | F | 30 | 0 | 13 | 119 | 33 | 3E |
| Octal | 260 | 153 | 317 | 17 | 60 | 0 | 23 | 431 | 63 | 76 |
| Binary | 10110000 | 1101011 | 11001111 | 1111 | 110000 | 0 | 10011 | 100011001 | 110011 | 111110 |
Color Harmonies of #B06BCF
Complementary color
Monochromatic Colors of #B06BCF
Black with #B06BCF
Text Example
Text Example
White with #B06BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BCF; }
p { color: rgb(176,107,207); }
H1.HeaderClassName
{
color: #B06BCF;
}
.AnyTagClassName
{
color: #B06BCF;
}
</style>
background-color css
<style>
a { background-color: #B06BCF; }
a { background-color: rgb(176,107,207); }
div.DivClassName
{
background-color: #B06BCF;
}
.BgClassName
{
background-color: #B06BCF;
}
</style>
border-color css
<style>
span { border-color: #B06BCF; }
span { border-color: rgb(176,107,207); }
td.TdClassName
{
border-color: #B06BCF;
}
.TagClassName
{
border-color: #B06BCF;
}
</style>