Shades of Medium Orchid #B066E3
Tints of Medium Orchid #B066E3
RGB
CMYK
RGB Variations
Color information
#B066E3 (or 0xB066E3) is known color: Medium Orchid. HEX triplet: B0, 66 and E3. RGB value is (176,102,227). Sum of RGB (Red+Green+Blue) = 176+102+227=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #B066E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066E3 is #4F991C. Grayscale: #898989. Windows color (decimal): -5216541 or 14902960. OLE color: 14902960.
HSL color Cylindrical-coordinate representation of color #B066E3: hue angle of 275.52º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B066E3 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 102 | 227 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.11 |
| HSL | 275.52º | 0.69% | 0.65% | - |
| HSV(B) | 275.52º | 0.55% | 0.89% | - |
| XYZ | 36.52 | 24.28 | 75.43 | - |
| YUV | 138.38 | 178.02 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 227 | 0.22 | 0.55 | 0 | 0.11 | 275.52 | 0.69 | 0.65 |
| Hex | B0 | 66 | E3 | 16 | 37 | 0 | B | 114 | 45 | 41 |
| Octal | 260 | 146 | 343 | 26 | 67 | 0 | 13 | 424 | 105 | 101 |
| Binary | 10110000 | 1100110 | 11100011 | 10110 | 110111 | 0 | 1011 | 100010100 | 1000101 | 1000001 |
Color Harmonies of #B066E3
Complementary color
Monochromatic Colors of #B066E3
Black with #B066E3
Text Example
Text Example
White with #B066E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066E3; }
p { color: rgb(176,102,227); }
H1.HeaderClassName
{
color: #B066E3;
}
.AnyTagClassName
{
color: #B066E3;
}
</style>
background-color css
<style>
a { background-color: #B066E3; }
a { background-color: rgb(176,102,227); }
div.DivClassName
{
background-color: #B066E3;
}
.BgClassName
{
background-color: #B066E3;
}
</style>
border-color css
<style>
span { border-color: #B066E3; }
span { border-color: rgb(176,102,227); }
td.TdClassName
{
border-color: #B066E3;
}
.TagClassName
{
border-color: #B066E3;
}
</style>