#B735AC

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

Shades of Fuchsia #B735AC

Tints of Fuchsia #B735AC

Color information

#B735AC (or 0xB735AC) is unknown color: approx Fuchsia. HEX triplet: B7, 35 and AC. RGB value is (183,53,172). Sum of RGB (Red+Green+Blue) = 183+53+172=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B735AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B735AC is #48CA53. Grayscale: #696969. Windows color (decimal): -4770388 or 11285943. OLE color: 11285943.

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

Color convert

RGB18353172-
CMYK00.710.060.28
HSL305.08º55.08%46.27%-
HSV(B)305.08º71.04%71.76%-
XYZ28.2515.5940.55-
YUV105.44165.57183.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 53 (21.09% from 255) = 12.99%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=44.85%
G=12.99%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835317200.710.060.28305.0855.0846.27
HexB735AC04761C131372e
Octal2676525401076344616756
Binary10110111110101101011000100011111011100100110001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B735AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B735AC; }

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

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

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

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

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

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

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

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