#B15ECA

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

Shades of Medium Orchid #B15ECA

Tints of Medium Orchid #B15ECA

Color information

#B15ECA (or 0xB15ECA) is unknown color: approx Medium Orchid. HEX triplet: B1, 5E and CA. RGB value is (177,94,202). Sum of RGB (Red+Green+Blue) = 177+94+202=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #B15ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ECA is #4EA135. Grayscale: #828282. Windows color (decimal): -5153078 or 13262513. OLE color: 13262513.

HSL color Cylindrical-coordinate representation of color #B15ECA: hue angle of 286.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15ECA is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17794202-
CMYK0.120.5300.21
HSL286.11º50.47%58.04%-
HSV(B)286.11º53.47%79.22%-
XYZ32.7921.6258.32-
YUV131.13168160.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 94 (37.11% from 255) = 19.87%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=37.42%
G=19.87%
B=42.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177942020.120.5300.21286.1150.4758.04
HexB15ECAC3501511e323a
Octal26113631214650254366272
Binary101100011011110110010101100110101010101100011110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15ECA; }

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

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

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

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

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

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

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

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