#B437BE

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

Shades of Fuchsia #B437BE

Tints of Fuchsia #B437BE

Color information

#B437BE (or 0xB437BE) is unknown color: approx Fuchsia. HEX triplet: B4, 37 and BE. RGB value is (180,55,190). Sum of RGB (Red+Green+Blue) = 180+55+190=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #B437BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437BE is #4BC841. Grayscale: #6B6B6B. Windows color (decimal): -4966466 or 12466100. OLE color: 12466100.

HSL color Cylindrical-coordinate representation of color #B437BE: hue angle of 295.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B437BE is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18055190-
CMYK0.050.7100.25
HSL295.56º55.1%48.04%-
HSV(B)295.56º71.05%74.51%-
XYZ29.4816.1550.28-
YUV107.76174.41179.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 55 (21.88% from 255) = 12.94%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=42.35%
G=12.94%
B=44.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180551900.050.7100.25295.5655.148.04
HexB437BE5470191283730
Octal2646727651070314506760
Binary10110100110111101111101011000111011001100101000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B437BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B437BE; }

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

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

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

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

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

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

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

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