#B15ABE

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

Shades of Fuchsia #B15ABE

Tints of Fuchsia #B15ABE

Color information

#B15ABE (or 0xB15ABE) is unknown color: approx Fuchsia. HEX triplet: B1, 5A and BE. RGB value is (177,90,190). Sum of RGB (Red+Green+Blue) = 177+90+190=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #B15ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ABE is #4EA541. Grayscale: #7F7F7F. Windows color (decimal): -5154114 or 12475057. OLE color: 12475057.

HSL color Cylindrical-coordinate representation of color #B15ABE: hue angle of 292.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15ABE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17790190-
CMYK0.070.5300.25
HSL292.2º43.48%54.9%-
HSV(B)292.2º52.63%74.51%-
XYZ31.0820.3851.01-
YUV127.41163.32163.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 90 (35.55% from 255) = 19.69%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=38.73%
G=19.69%
B=41.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177901900.070.5300.25292.243.4854.9
HexB15ABE7350191242b37
Octal2611322767650314445367
Binary10110001101101010111110111110101011001100100100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15ABE; }

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

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

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

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

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

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

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

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