#B43EBE

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

Shades of Fuchsia #B43EBE

Tints of Fuchsia #B43EBE

Color information

#B43EBE (or 0xB43EBE) is unknown color: approx Fuchsia. HEX triplet: B4, 3E and BE. RGB value is (180,62,190). Sum of RGB (Red+Green+Blue) = 180+62+190=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #B43EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EBE is #4BC141. Grayscale: #6F6F6F. Windows color (decimal): -4964674 or 12467892. OLE color: 12467892.

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

Color convert

RGB18062190-
CMYK0.050.6700.25
HSL295.31º50.79%49.41%-
HSV(B)295.31º67.37%74.51%-
XYZ29.8416.8750.4-
YUV111.87172.09176.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 62 (24.61% from 255) = 14.35%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=41.67%
G=14.35%
B=43.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180621900.050.6700.25295.3150.7949.41
HexB43EBE5430191273331
Octal2647627651030314476361
Binary10110100111110101111101011000011011001100100111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43EBE; }

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

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

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

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

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

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

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

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