Shades of Medium Orchid #B06CCF
Tints of Medium Orchid #B06CCF
RGB
CMYK
RGB Variations
Color information
#B06CCF (or 0xB06CCF) is known color: Medium Orchid. HEX triplet: B0, 6C and CF. RGB value is (176,108,207). Sum of RGB (Red+Green+Blue) = 176+108+207=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #B06CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CCF is #4F9330. Grayscale: #8B8B8B. Windows color (decimal): -5215025 or 13593776. OLE color: 13593776.
HSL color Cylindrical-coordinate representation of color #B06CCF: hue angle of 281.21º 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 #B06CCF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 108 | 207 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.19 |
| HSL | 281.21º | 0.51% | 0.62% | - |
| HSV(B) | 281.21º | 0.48% | 0.81% | - |
| XYZ | 34.53 | 24.46 | 61.93 | - |
| YUV | 139.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 207 | 0.15 | 0.48 | 0 | 0.19 | 281.21 | 0.51 | 0.62 |
| Hex | B0 | 6C | CF | F | 30 | 0 | 13 | 119 | 33 | 3E |
| Octal | 260 | 154 | 317 | 17 | 60 | 0 | 23 | 431 | 63 | 76 |
| Binary | 10110000 | 1101100 | 11001111 | 1111 | 110000 | 0 | 10011 | 100011001 | 110011 | 111110 |
Color Harmonies of #B06CCF
Complementary color
Monochromatic Colors of #B06CCF
Black with #B06CCF
Text Example
Text Example
White with #B06CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06CCF; }
p { color: rgb(176,108,207); }
H1.HeaderClassName
{
color: #B06CCF;
}
.AnyTagClassName
{
color: #B06CCF;
}
</style>
background-color css
<style>
a { background-color: #B06CCF; }
a { background-color: rgb(176,108,207); }
div.DivClassName
{
background-color: #B06CCF;
}
.BgClassName
{
background-color: #B06CCF;
}
</style>
border-color css
<style>
span { border-color: #B06CCF; }
span { border-color: rgb(176,108,207); }
td.TdClassName
{
border-color: #B06CCF;
}
.TagClassName
{
border-color: #B06CCF;
}
</style>