#B94DBA

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

Shades of Fuchsia #B94DBA

Tints of Fuchsia #B94DBA

Color information

#B94DBA (or 0xB94DBA) is unknown color: approx Fuchsia. HEX triplet: B9, 4D and BA. RGB value is (185,77,186). Sum of RGB (Red+Green+Blue) = 185+77+186=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #B94DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DBA is #46B245. Grayscale: #797979. Windows color (decimal): -4633158 or 12209593. OLE color: 12209593.

HSL color Cylindrical-coordinate representation of color #B94DBA: hue angle of 299.45º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94DBA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18577186-
CMYK0.010.5900.27
HSL299.45º44.13%51.57%-
HSV(B)299.45º58.6%72.94%-
XYZ31.5219.1748.49-
YUV121.72164.28173.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=41.29%
G=17.19%
B=41.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185771860.010.5900.27299.4544.1351.57
HexB94DBA13B01B12b2c34
Octal2711152721730334535464
Binary101110011001101101110101111011011011100101011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94DBA; }

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

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

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

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

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

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

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

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