#B735B4

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

Shades of Fuchsia #B735B4

Tints of Fuchsia #B735B4

Color information

#B735B4 (or 0xB735B4) is unknown color: approx Fuchsia. HEX triplet: B7, 35 and B4. RGB value is (183,53,180). Sum of RGB (Red+Green+Blue) = 183+53+180=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B735B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735B4 is #48CA4B. Grayscale: #696969. Windows color (decimal): -4770380 or 11810231. OLE color: 11810231.

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

Color convert

RGB18353180-
CMYK00.710.020.28
HSL301.38º55.08%46.27%-
HSV(B)301.38º71.04%71.76%-
XYZ29.0415.9144.72-
YUV106.35169.57182.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 53 (21.09% from 255) = 12.74%
BLUE value IS 180 (70.70% from 255) = 43.27%
R=43.99%
G=12.74%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835318000.710.020.28301.3855.0846.27
HexB735B404721C12d372e
Octal2676526401072344556756
Binary1011011111010110110100010001111011100100101101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B735B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B735B4; }

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

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

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

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

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

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

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

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