#B43ABF

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

Shades of Fuchsia #B43ABF

Tints of Fuchsia #B43ABF

Color information

#B43ABF (or 0xB43ABF) is unknown color: approx Fuchsia. HEX triplet: B4, 3A and BF. RGB value is (180,58,191). Sum of RGB (Red+Green+Blue) = 180+58+191=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #B43ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ABF is #4BC540. Grayscale: #6D6D6D. Windows color (decimal): -4965697 or 12532404. OLE color: 12532404.

HSL color Cylindrical-coordinate representation of color #B43ABF: hue angle of 295.04º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43ABF is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18058191-
CMYK0.060.7000.25
HSL295.04º53.41%48.82%-
HSV(B)295.04º69.63%74.9%-
XYZ29.7416.4950.91-
YUV109.64173.92178.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 58 (23.05% from 255) = 13.52%
BLUE value IS 191 (75% from 255) = 44.52%
R=41.96%
G=13.52%
B=44.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180581910.060.7000.25295.0453.4148.82
HexB43ABF6460191273531
Octal2647227761060314476561
Binary10110100111010101111111101000110011001100100111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43ABF; }

 p { color: rgb(180,58,191); }

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

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

 a { background-color: rgb(180,58,191); }

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

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

 span { border-color: rgb(180,58,191); }

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