#B15AE5

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

Shades of Medium Orchid #B15AE5

Tints of Medium Orchid #B15AE5

Color information

#B15AE5 (or 0xB15AE5) is unknown color: approx Medium Orchid. HEX triplet: B1, 5A and E5. RGB value is (177,90,229). Sum of RGB (Red+Green+Blue) = 177+90+229=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #B15AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15AE5 is #4EA51A. Grayscale: #838383. Windows color (decimal): -5154075 or 15030961. OLE color: 15030961.

HSL color Cylindrical-coordinate representation of color #B15AE5: hue angle of 277.55º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15AE5 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17790229-
CMYK0.230.6100.10
HSL277.55º72.77%62.55%-
HSV(B)277.55º60.7%89.8%-
XYZ35.9322.3276.54-
YUV131.86182.82160.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 90 (35.55% from 255) = 18.15%
BLUE value IS 229 (89.84% from 255) = 46.17%
R=35.69%
G=18.15%
B=46.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal177902290.230.6100.10277.5572.7762.55
HexB15AE5173D0A116493f
Octal261132345277501242611177
Binary1011000110110101110010110111111101010101000101101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15AE5; }

 p { color: rgb(177,90,229); }

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

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

 a { background-color: rgb(177,90,229); }

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

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

 span { border-color: rgb(177,90,229); }

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