#B735AA

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

Shades of Fuchsia #B735AA

Tints of Fuchsia #B735AA

Color information

#B735AA (or 0xB735AA) is unknown color: approx Fuchsia. HEX triplet: B7, 35 and AA. RGB value is (183,53,170). Sum of RGB (Red+Green+Blue) = 183+53+170=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B735AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B735AA is #48CA55. Grayscale: #686868. Windows color (decimal): -4770390 or 11154871. OLE color: 11154871.

HSL color Cylindrical-coordinate representation of color #B735AA: hue angle of 306º 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 #B735AA is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18353170-
CMYK00.710.070.28
HSL306º55.08%46.27%-
HSV(B)306º71.04%71.76%-
XYZ28.0615.5239.55-
YUV105.21164.57183.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 53 (21.09% from 255) = 13.05%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=45.07%
G=13.05%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835317000.710.070.2830655.0846.27
HexB735AA04771C132372e
Octal2676525201077344626756
Binary10110111110101101010100100011111111100100110010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B735AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B735AA; }

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

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

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

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

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

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

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

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