#BB35B4

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

Shades of Fuchsia #BB35B4

Tints of Fuchsia #BB35B4

Color information

#BB35B4 (or 0xBB35B4) is unknown color: approx Fuchsia. HEX triplet: BB, 35 and B4. RGB value is (187,53,180). Sum of RGB (Red+Green+Blue) = 187+53+180=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB35B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB35B4 is #44CA4B. Grayscale: #6B6B6B. Windows color (decimal): -4508236 or 11810235. OLE color: 11810235.

HSL color Cylindrical-coordinate representation of color #BB35B4: hue angle of 303.13º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB35B4 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18753180-
CMYK00.720.040.27
HSL303.13º55.83%47.06%-
HSV(B)303.13º71.66%73.33%-
XYZ3016.4144.77-
YUV107.54168.89184.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 53 (21.09% from 255) = 12.62%
BLUE value IS 180 (70.70% from 255) = 42.86%
R=44.52%
G=12.62%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875318000.720.040.27303.1355.8347.06
HexBB35B404841B12f382f
Octal2736526401104334577057
Binary10111011110101101101000100100010011011100101111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB35B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB35B4; }

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

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

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

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

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

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

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

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