Shades of Medium Orchid #B66FCC
Tints of Medium Orchid #B66FCC
RGB
CMYK
RGB Variations
Color information
#B66FCC (or 0xB66FCC) is known color: Medium Orchid. HEX triplet: B6, 6F and CC. RGB value is (182,111,204). Sum of RGB (Red+Green+Blue) = 182+111+204=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #B66FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FCC is #499033. Grayscale: #8E8E8E. Windows color (decimal): -4821044 or 13397942. OLE color: 13397942.
HSL color Cylindrical-coordinate representation of color #B66FCC: hue angle of 285.81º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66FCC is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 111 | 204 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.2 |
| HSL | 285.81º | 0.48% | 0.62% | - |
| HSV(B) | 285.81º | 0.46% | 0.8% | - |
| XYZ | 35.87 | 25.67 | 60.19 | - |
| YUV | 142.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 204 | 0.11 | 0.46 | 0 | 0.2 | 285.81 | 0.48 | 0.62 |
| Hex | B6 | 6F | CC | B | 2E | 0 | 14 | 11E | 30 | 3E |
| Octal | 266 | 157 | 314 | 13 | 56 | 0 | 24 | 436 | 60 | 76 |
| Binary | 10110110 | 1101111 | 11001100 | 1011 | 101110 | 0 | 10100 | 100011110 | 110000 | 111110 |
Color Harmonies of #B66FCC
Complementary color
Monochromatic Colors of #B66FCC
Black with #B66FCC
Text Example
Text Example
White with #B66FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66FCC; }
p { color: rgb(182,111,204); }
H1.HeaderClassName
{
color: #B66FCC;
}
.AnyTagClassName
{
color: #B66FCC;
}
</style>
background-color css
<style>
a { background-color: #B66FCC; }
a { background-color: rgb(182,111,204); }
div.DivClassName
{
background-color: #B66FCC;
}
.BgClassName
{
background-color: #B66FCC;
}
</style>
border-color css
<style>
span { border-color: #B66FCC; }
span { border-color: rgb(182,111,204); }
td.TdClassName
{
border-color: #B66FCC;
}
.TagClassName
{
border-color: #B66FCC;
}
</style>