#B934A9

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

Shades of Fuchsia #B934A9

Tints of Fuchsia #B934A9

Color information

#B934A9 (or 0xB934A9) is unknown color: approx Fuchsia. HEX triplet: B9, 34 and A9. RGB value is (185,52,169). Sum of RGB (Red+Green+Blue) = 185+52+169=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B934A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B934A9 is #46CB56. Grayscale: #686868. Windows color (decimal): -4639575 or 11089081. OLE color: 11089081.

HSL color Cylindrical-coordinate representation of color #B934A9: hue angle of 307.22º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B934A9 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18552169-
CMYK00.720.090.27
HSL307.22º56.12%46.47%-
HSV(B)307.22º71.89%72.55%-
XYZ28.415.6339.06-
YUV105.1164.06184.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 52 (20.70% from 255) = 12.81%
BLUE value IS 169 (66.41% from 255) = 41.63%
R=45.57%
G=12.81%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855216900.720.090.27307.2256.1246.47
HexB934A904891B133382e
Octal27164251011011334637056
Binary101110011101001010100101001000100111011100110011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B934A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B934A9; }

 p { color: rgb(185,52,169); }

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

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

 a { background-color: rgb(185,52,169); }

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

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

 span { border-color: rgb(185,52,169); }

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