#B43DBE

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

Shades of Fuchsia #B43DBE

Tints of Fuchsia #B43DBE

Color information

#B43DBE (or 0xB43DBE) is unknown color: approx Fuchsia. HEX triplet: B4, 3D and BE. RGB value is (180,61,190). Sum of RGB (Red+Green+Blue) = 180+61+190=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #B43DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43DBE is #4BC241. Grayscale: #6E6E6E. Windows color (decimal): -4964930 or 12467636. OLE color: 12467636.

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

Color convert

RGB18061190-
CMYK0.050.6800.25
HSL295.35º51.39%49.22%-
HSV(B)295.35º67.89%74.51%-
XYZ29.7916.7650.38-
YUV111.29172.42177.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 61 (24.22% from 255) = 14.15%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=41.76%
G=14.15%
B=44.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180611900.050.6800.25295.3551.3949.22
HexB43DBE5440191273331
Octal2647527651040314476361
Binary10110100111101101111101011000100011001100100111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43DBE; }

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

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

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

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

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

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

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

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