#B94BBA

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

Shades of Fuchsia #B94BBA

Tints of Fuchsia #B94BBA

Color information

#B94BBA (or 0xB94BBA) is unknown color: approx Fuchsia. HEX triplet: B9, 4B and BA. RGB value is (185,75,186). Sum of RGB (Red+Green+Blue) = 185+75+186=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #B94BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BBA is #46B445. Grayscale: #787878. Windows color (decimal): -4633670 or 12209081. OLE color: 12209081.

HSL color Cylindrical-coordinate representation of color #B94BBA: hue angle of 299.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94BBA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18575186-
CMYK0.010.6000.27
HSL299.46º44.58%51.18%-
HSV(B)299.46º59.68%72.94%-
XYZ31.3918.8948.45-
YUV120.54164.94173.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 75 (29.69% from 255) = 16.82%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=41.48%
G=16.82%
B=41.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185751860.010.6000.27299.4644.5851.18
HexB94BBA13C01B12b2d33
Octal2711132721740334535563
Binary101110011001011101110101111100011011100101011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BBA; }

 p { color: rgb(185,75,186); }

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

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

 a { background-color: rgb(185,75,186); }

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

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

 span { border-color: rgb(185,75,186); }

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