#B163EC

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

Shades of Medium Orchid #B163EC

Tints of Medium Orchid #B163EC

Color information

#B163EC (or 0xB163EC) is unknown color: approx Medium Orchid. HEX triplet: B1, 63 and EC. RGB value is (177,99,236). Sum of RGB (Red+Green+Blue) = 177+99+236=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #B163EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B163EC is #4E9C13. Grayscale: #898989. Windows color (decimal): -5151764 or 15492017. OLE color: 15492017.

HSL color Cylindrical-coordinate representation of color #B163EC: hue angle of 274.16º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B163EC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17799236-
CMYK0.250.5800.07
HSL274.16º78.29%65.69%-
HSV(B)274.16º58.05%92.55%-
XYZ37.7324.3382.06-
YUV137.94183.34155.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 99 (39.06% from 255) = 19.34%
BLUE value IS 236 (92.58% from 255) = 46.09%
R=34.57%
G=19.34%
B=46.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177992360.250.5800.07274.1678.2965.69
HexB163EC193A071124e42
Octal261143354317207422116102
Binary1011000111000111110110011001111010011110001001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B163EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B163EC; }

 p { color: rgb(177,99,236); }

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

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

 a { background-color: rgb(177,99,236); }

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

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

 span { border-color: rgb(177,99,236); }

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