#B43EBD

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

Shades of Fuchsia #B43EBD

Tints of Fuchsia #B43EBD

Color information

#B43EBD (or 0xB43EBD) is unknown color: approx Fuchsia. HEX triplet: B4, 3E and BD. RGB value is (180,62,189). Sum of RGB (Red+Green+Blue) = 180+62+189=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #B43EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EBD is #4BC142. Grayscale: #6F6F6F. Windows color (decimal): -4964675 or 12402356. OLE color: 12402356.

HSL color Cylindrical-coordinate representation of color #B43EBD: hue angle of 295.75º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43EBD is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18062189-
CMYK0.050.6700.26
HSL295.75º50.6%49.22%-
HSV(B)295.75º67.2%74.12%-
XYZ29.7316.8249.82-
YUV111.76171.59176.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 62 (24.61% from 255) = 14.39%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=41.76%
G=14.39%
B=43.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180621890.050.6700.26295.7550.649.22
HexB43EBD54301A1283331
Octal2647627551030324506361
Binary10110100111110101111011011000011011010100101000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43EBD; }

 p { color: rgb(180,62,189); }

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

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

 a { background-color: rgb(180,62,189); }

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

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

 span { border-color: rgb(180,62,189); }

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