#B735AB

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

Shades of Fuchsia #B735AB

Tints of Fuchsia #B735AB

Color information

#B735AB (or 0xB735AB) is unknown color: approx Fuchsia. HEX triplet: B7, 35 and AB. RGB value is (183,53,171). Sum of RGB (Red+Green+Blue) = 183+53+171=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B735AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B735AB is #48CA54. Grayscale: #686868. Windows color (decimal): -4770389 or 11220407. OLE color: 11220407.

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

Color convert

RGB18353171-
CMYK00.710.070.28
HSL305.54º55.08%46.27%-
HSV(B)305.54º71.04%71.76%-
XYZ28.1515.5540.05-
YUV105.32165.07183.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 53 (21.09% from 255) = 13.02%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=44.96%
G=13.02%
B=42.01%

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
Decimal1835317100.710.070.28305.5455.0846.27
HexB735AB04771C132372e
Octal2676525301077344626756
Binary10110111110101101010110100011111111100100110010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B735AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B735AB; }

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

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

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

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

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

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

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

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