#B735B0

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

Shades of Fuchsia #B735B0

Tints of Fuchsia #B735B0

Color information

#B735B0 (or 0xB735B0) is unknown color: approx Fuchsia. HEX triplet: B7, 35 and B0. RGB value is (183,53,176). Sum of RGB (Red+Green+Blue) = 183+53+176=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B735B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B735B0 is #48CA4F. Grayscale: #696969. Windows color (decimal): -4770384 or 11548087. OLE color: 11548087.

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

Color convert

RGB18353176-
CMYK00.710.040.28
HSL303.23º55.08%46.27%-
HSV(B)303.23º71.04%71.76%-
XYZ28.6415.7542.6-
YUV105.89167.57183-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 53 (21.09% from 255) = 12.86%
BLUE value IS 176 (69.14% from 255) = 42.72%
R=44.42%
G=12.86%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835317600.710.040.28303.2355.0846.27
HexB735B004741C12f372e
Octal2676526001074344576756
Binary10110111110101101100000100011110011100100101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B735B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B735B0; }

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

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

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

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

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

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

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

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