#B443BE

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

Shades of Fuchsia #B443BE

Tints of Fuchsia #B443BE

Color information

#B443BE (or 0xB443BE) is unknown color: approx Fuchsia. HEX triplet: B4, 43 and BE. RGB value is (180,67,190). Sum of RGB (Red+Green+Blue) = 180+67+190=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #B443BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443BE is #4BBC41. Grayscale: #727272. Windows color (decimal): -4963394 or 12469172. OLE color: 12469172.

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

Color convert

RGB18067190-
CMYK0.050.6500.25
HSL295.12º48.62%50.39%-
HSV(B)295.12º64.74%74.51%-
XYZ30.1217.4450.49-
YUV114.81170.44174.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 67 (26.56% from 255) = 15.33%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=41.19%
G=15.33%
B=43.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180671900.050.6500.25295.1248.6250.39
HexB443BE5410191273132
Octal26410327651010314476162
Binary101101001000011101111101011000001011001100100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B443BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B443BE; }

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

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

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

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

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

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

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

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