#B94AC0

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

Shades of Fuchsia #B94AC0

Tints of Fuchsia #B94AC0

Color information

#B94AC0 (or 0xB94AC0) is unknown color: approx Fuchsia. HEX triplet: B9, 4A and C0. RGB value is (185,74,192). Sum of RGB (Red+Green+Blue) = 185+74+192=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #B94AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94AC0 is #46B53F. Grayscale: #787878. Windows color (decimal): -4633920 or 12602041. OLE color: 12602041.

HSL color Cylindrical-coordinate representation of color #B94AC0: hue angle of 296.44º degrees, saturation: 0.48, 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 #B94AC0 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18574192-
CMYK0.040.6100.25
HSL296.44º48.36%52.16%-
HSV(B)296.44º61.46%75.29%-
XYZ31.9719.0251.85-
YUV120.64168.27173.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 74 (29.30% from 255) = 16.41%
BLUE value IS 192 (75.39% from 255) = 42.57%
R=41.02%
G=16.41%
B=42.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185741920.040.6100.25296.4448.3652.16
HexB94AC043D0191283034
Octal2711123004750314506064
Binary10111001100101011000000100111101011001100101000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94AC0; }

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

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

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

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

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

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

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

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