#B835AA

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

Shades of Fuchsia #B835AA

Tints of Fuchsia #B835AA

Color information

#B835AA (or 0xB835AA) is unknown color: approx Fuchsia. HEX triplet: B8, 35 and AA. RGB value is (184,53,170). Sum of RGB (Red+Green+Blue) = 184+53+170=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B835AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B835AA is #47CA55. Grayscale: #696969. Windows color (decimal): -4704854 or 11154872. OLE color: 11154872.

HSL color Cylindrical-coordinate representation of color #B835AA: hue angle of 306.41º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B835AA is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18453170-
CMYK00.710.080.28
HSL306.41º55.27%46.47%-
HSV(B)306.41º71.2%72.16%-
XYZ28.315.6439.56-
YUV105.51164.4183.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 53 (21.09% from 255) = 13.02%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=45.21%
G=13.02%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845317000.710.080.28306.4155.2746.47
HexB835AA04781C132372e
Octal27065252010710344626756
Binary101110001101011010101001000111100011100100110010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B835AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B835AA; }

 p { color: rgb(184,53,170); }

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

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

 a { background-color: rgb(184,53,170); }

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

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

 span { border-color: rgb(184,53,170); }

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