#B43DB9

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

Shades of Fuchsia #B43DB9

Tints of Fuchsia #B43DB9

Color information

#B43DB9 (or 0xB43DB9) is unknown color: approx Fuchsia. HEX triplet: B4, 3D and B9. RGB value is (180,61,185). Sum of RGB (Red+Green+Blue) = 180+61+185=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #B43DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43DB9 is #4BC246. Grayscale: #6E6E6E. Windows color (decimal): -4964935 or 12139956. OLE color: 12139956.

HSL color Cylindrical-coordinate representation of color #B43DB9: hue angle of 297.58º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43DB9 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18061185-
CMYK0.030.6700.27
HSL297.58º50.41%48.24%-
HSV(B)297.58º67.03%72.55%-
XYZ29.2516.5447.55-
YUV110.72169.92177.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 61 (24.22% from 255) = 14.32%
BLUE value IS 185 (72.66% from 255) = 43.43%
R=42.25%
G=14.32%
B=43.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180611850.030.6700.27297.5850.4148.24
HexB43DB934301B12a3230
Octal2647527131030334526260
Binary1011010011110110111001111000011011011100101010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43DB9; }

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

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

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

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

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

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

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

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