#B95ABE

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

Shades of Fuchsia #B95ABE

Tints of Fuchsia #B95ABE

Color information

#B95ABE (or 0xB95ABE) is unknown color: approx Fuchsia. HEX triplet: B9, 5A and BE. RGB value is (185,90,190). Sum of RGB (Red+Green+Blue) = 185+90+190=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #B95ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ABE is #46A541. Grayscale: #818181. Windows color (decimal): -4629826 or 12475065. OLE color: 12475065.

HSL color Cylindrical-coordinate representation of color #B95ABE: hue angle of 297º 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 #B95ABE is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18590190-
CMYK0.030.5300.25
HSL297º43.48%54.9%-
HSV(B)297º52.63%74.51%-
XYZ32.9621.3451.1-
YUV129.8161.97167.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 90 (35.55% from 255) = 19.35%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=39.78%
G=19.35%
B=40.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185901900.030.5300.2529743.4854.9
HexB95ABE3350191292b37
Octal2711322763650314515367
Binary1011100110110101011111011110101011001100101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95ABE; }

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

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

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

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

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

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

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

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