Shades of Medium Orchid #B066E4
Tints of Medium Orchid #B066E4
RGB
CMYK
RGB Variations
Color information
#B066E4 (or 0xB066E4) is known color: Medium Orchid. HEX triplet: B0, 66 and E4. RGB value is (176,102,228). Sum of RGB (Red+Green+Blue) = 176+102+228=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #B066E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066E4 is #4F991B. Grayscale: #8A8A8A. Windows color (decimal): -5216540 or 14968496. OLE color: 14968496.
HSL color Cylindrical-coordinate representation of color #B066E4: hue angle of 275.24º degrees, saturation: 0.7, 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 #B066E4 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 102 | 228 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.11 |
| HSL | 275.24º | 0.7% | 0.65% | - |
| HSV(B) | 275.24º | 0.55% | 0.89% | - |
| XYZ | 36.66 | 24.33 | 76.16 | - |
| YUV | 138.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 228 | 0.23 | 0.55 | 0 | 0.11 | 275.24 | 0.7 | 0.65 |
| Hex | B0 | 66 | E4 | 17 | 37 | 0 | B | 113 | 46 | 41 |
| Octal | 260 | 146 | 344 | 27 | 67 | 0 | 13 | 423 | 106 | 101 |
| Binary | 10110000 | 1100110 | 11100100 | 10111 | 110111 | 0 | 1011 | 100010011 | 1000110 | 1000001 |
Color Harmonies of #B066E4
Complementary color
Monochromatic Colors of #B066E4
Black with #B066E4
Text Example
Text Example
White with #B066E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066E4; }
p { color: rgb(176,102,228); }
H1.HeaderClassName
{
color: #B066E4;
}
.AnyTagClassName
{
color: #B066E4;
}
</style>
background-color css
<style>
a { background-color: #B066E4; }
a { background-color: rgb(176,102,228); }
div.DivClassName
{
background-color: #B066E4;
}
.BgClassName
{
background-color: #B066E4;
}
</style>
border-color css
<style>
span { border-color: #B066E4; }
span { border-color: rgb(176,102,228); }
td.TdClassName
{
border-color: #B066E4;
}
.TagClassName
{
border-color: #B066E4;
}
</style>