#B437B5

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

Shades of Fuchsia #B437B5

Tints of Fuchsia #B437B5

Color information

#B437B5 (or 0xB437B5) is unknown color: approx Fuchsia. HEX triplet: B4, 37 and B5. RGB value is (180,55,181). Sum of RGB (Red+Green+Blue) = 180+55+181=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #B437B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437B5 is #4BC84A. Grayscale: #6A6A6A. Windows color (decimal): -4966475 or 11876276. OLE color: 11876276.

HSL color Cylindrical-coordinate representation of color #B437B5: hue angle of 299.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B437B5 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18055181-
CMYK0.010.7000.29
HSL299.52º53.39%46.27%-
HSV(B)299.52º69.61%70.98%-
XYZ28.5315.7745.26-
YUV106.74169.91180.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 55 (21.88% from 255) = 13.22%
BLUE value IS 181 (71.09% from 255) = 43.51%
R=43.27%
G=13.22%
B=43.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180551810.010.7000.29299.5253.3946.27
HexB437B514601D12c352e
Octal2646726511060354546556
Binary101101001101111011010111000110011101100101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B437B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B437B5; }

 p { color: rgb(180,55,181); }

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

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

 a { background-color: rgb(180,55,181); }

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

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

 span { border-color: rgb(180,55,181); }

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