Shades of Medium Orchid #B066E6
Tints of Medium Orchid #B066E6
RGB
CMYK
RGB Variations
Color information
#B066E6 (or 0xB066E6) is known color: Medium Orchid. HEX triplet: B0, 66 and E6. RGB value is (176,102,230). Sum of RGB (Red+Green+Blue) = 176+102+230=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #B066E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B066E6 is #4F9919. Grayscale: #8A8A8A. Windows color (decimal): -5216538 or 15099568. OLE color: 15099568.
HSL color Cylindrical-coordinate representation of color #B066E6: hue angle of 274.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B066E6 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 102 | 230 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.10 |
| HSL | 274.69º | 0.72% | 0.65% | - |
| HSV(B) | 274.69º | 0.56% | 0.9% | - |
| XYZ | 36.94 | 24.45 | 77.63 | - |
| YUV | 138.72 | 179.52 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 230 | 0.23 | 0.56 | 0 | 0.10 | 274.69 | 0.72 | 0.65 |
| Hex | B0 | 66 | E6 | 17 | 38 | 0 | A | 113 | 48 | 41 |
| Octal | 260 | 146 | 346 | 27 | 70 | 0 | 12 | 423 | 110 | 101 |
| Binary | 10110000 | 1100110 | 11100110 | 10111 | 111000 | 0 | 1010 | 100010011 | 1001000 | 1000001 |
Color Harmonies of #B066E6
Complementary color
Monochromatic Colors of #B066E6
Black with #B066E6
Text Example
Text Example
White with #B066E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066E6; }
p { color: rgb(176,102,230); }
H1.HeaderClassName
{
color: #B066E6;
}
.AnyTagClassName
{
color: #B066E6;
}
</style>
background-color css
<style>
a { background-color: #B066E6; }
a { background-color: rgb(176,102,230); }
div.DivClassName
{
background-color: #B066E6;
}
.BgClassName
{
background-color: #B066E6;
}
</style>
border-color css
<style>
span { border-color: #B066E6; }
span { border-color: rgb(176,102,230); }
td.TdClassName
{
border-color: #B066E6;
}
.TagClassName
{
border-color: #B066E6;
}
</style>