#B432BB

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

Shades of Fuchsia #B432BB

Tints of Fuchsia #B432BB

Color information

#B432BB (or 0xB432BB) is unknown color: approx Fuchsia. HEX triplet: B4, 32 and BB. RGB value is (180,50,187). Sum of RGB (Red+Green+Blue) = 180+50+187=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #B432BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432BB is #4BCD44. Grayscale: #686868. Windows color (decimal): -4967749 or 12268212. OLE color: 12268212.

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

Color convert

RGB18050187-
CMYK0.040.7300.27
HSL296.93º57.81%46.47%-
HSV(B)296.93º73.26%73.33%-
XYZ28.9315.5748.49-
YUV104.49174.57181.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 50 (19.92% from 255) = 11.99%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=43.17%
G=11.99%
B=44.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180501870.040.7300.27296.9357.8146.47
HexB432BB44901B1293a2e
Octal2646227341110334517256
Binary10110100110010101110111001001001011011100101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B432BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B432BB; }

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

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

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

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

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

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

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

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