#B94ABE

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

Shades of Fuchsia #B94ABE

Tints of Fuchsia #B94ABE

Color information

#B94ABE (or 0xB94ABE) is unknown color: approx Fuchsia. HEX triplet: B9, 4A and BE. RGB value is (185,74,190). Sum of RGB (Red+Green+Blue) = 185+74+190=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #B94ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94ABE is #46B541. Grayscale: #787878. Windows color (decimal): -4633922 or 12470969. OLE color: 12470969.

HSL color Cylindrical-coordinate representation of color #B94ABE: hue angle of 297.41º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94ABE is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18574190-
CMYK0.030.6100.25
HSL297.41º47.15%51.76%-
HSV(B)297.41º61.05%74.51%-
XYZ31.7518.9350.7-
YUV120.41167.27174.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=41.20%
G=16.48%
B=42.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185741900.030.6100.25297.4147.1551.76
HexB94ABE33D0191292f34
Octal2711122763750314515764
Binary1011100110010101011111011111101011001100101001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94ABE; }

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

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

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

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

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

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

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

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