#B15EC1

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

Shades of Medium Orchid #B15EC1

Tints of Medium Orchid #B15EC1

Color information

#B15EC1 (or 0xB15EC1) is unknown color: approx Medium Orchid. HEX triplet: B1, 5E and C1. RGB value is (177,94,193). Sum of RGB (Red+Green+Blue) = 177+94+193=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #B15EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EC1 is #4EA13E. Grayscale: #818181. Windows color (decimal): -5153087 or 12672689. OLE color: 12672689.

HSL color Cylindrical-coordinate representation of color #B15EC1: hue angle of 290.3º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15EC1 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17794193-
CMYK0.080.5100.24
HSL290.3º44.39%56.27%-
HSV(B)290.3º51.3%75.69%-
XYZ31.7621.252.87-
YUV130.1163.5161.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=38.15%
G=20.26%
B=41.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177941930.080.5100.24290.344.3956.27
HexB15EC18330181222c38
Octal26113630110630304425470
Binary101100011011110110000011000110011011000100100010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15EC1; }

 p { color: rgb(177,94,193); }

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

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

 a { background-color: rgb(177,94,193); }

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

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

 span { border-color: rgb(177,94,193); }

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