#B935AE

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

Shades of Fuchsia #B935AE

Tints of Fuchsia #B935AE

Color information

#B935AE (or 0xB935AE) is unknown color: approx Fuchsia. HEX triplet: B9, 35 and AE. RGB value is (185,53,174). Sum of RGB (Red+Green+Blue) = 185+53+174=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B935AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935AE is #46CA51. Grayscale: #696969. Windows color (decimal): -4639314 or 11417017. OLE color: 11417017.

HSL color Cylindrical-coordinate representation of color #B935AE: hue angle of 305º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B935AE is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18553174-
CMYK00.710.060.27
HSL305º55.46%46.67%-
HSV(B)305º71.35%72.55%-
XYZ28.9215.9241.59-
YUV106.26166.23184.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 53 (21.09% from 255) = 12.86%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=44.90%
G=12.86%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855317400.710.060.2730555.4646.67
HexB935AE04761B131372f
Octal2716525601076334616757
Binary10111001110101101011100100011111011011100110001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B935AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B935AE; }

 p { color: rgb(185,53,174); }

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

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

 a { background-color: rgb(185,53,174); }

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

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

 span { border-color: rgb(185,53,174); }

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