#B166E3

Color #B166E3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B166E3

Tints of Medium Orchid #B166E3

Color information

#B166E3 (or 0xB166E3) is unknown color: approx Medium Orchid. HEX triplet: B1, 66 and E3. RGB value is (177,102,227). Sum of RGB (Red+Green+Blue) = 177+102+227=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 227 (89.06% from 255 or 44.86% from 506); Max value from RGB is 227 - color contains mainly: blue. Hex color #B166E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166E3 is #4E991C. Grayscale: #8A8A8A. Windows color (decimal): -5151005 or 14902961. OLE color: 14902961.

HSL color Cylindrical-coordinate representation of color #B166E3: hue angle of 276º 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 #B166E3 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177102227-
CMYK0.220.5500.11
HSL276º69.06%64.51%-
HSV(B)276º55.07%89.02%-
XYZ36.7524.475.45-
YUV138.68177.85155.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 102 (40.23% from 255) = 20.16%
BLUE value IS 227 (89.06% from 255) = 44.86%
R=34.98%
G=20.16%
B=44.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771022270.220.5500.1127669.0664.51
HexB166E316370B1144541
Octal2611463432667013424105101
Binary10110001110011011100011101101101110101110001010010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B166E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B166E3; }

 p { color: rgb(177,102,227); }

 H1.HeaderClassName
 {
   color: #B166E3;
 }
 .AnyTagClassName
 {
   color: #B166E3;
 }
</style>
background-color css

<style>
 a { background-color: #B166E3; }

 a { background-color: rgb(177,102,227); }

 div.DivClassName
 {
   background-color: #B166E3;
 }
 .BgClassName
 {
   background-color: #B166E3;
 }
</style>
border-color css

<style>
 span { border-color: #B166E3; }

 span { border-color: rgb(177,102,227); }

 td.TdClassName
 {
   border-color: #B166E3;
 }
 .TagClassName
 {
   border-color: #B166E3;
 }
</style>