#B43CB5

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

Shades of Fuchsia #B43CB5

Tints of Fuchsia #B43CB5

Color information

#B43CB5 (or 0xB43CB5) is unknown color: approx Fuchsia. HEX triplet: B4, 3C and B5. RGB value is (180,60,181). Sum of RGB (Red+Green+Blue) = 180+60+181=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 181 - color contains mainly: blue. Hex color #B43CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CB5 is #4BC34A. Grayscale: #6D6D6D. Windows color (decimal): -4965195 or 11877556. OLE color: 11877556.

HSL color Cylindrical-coordinate representation of color #B43CB5: hue angle of 299.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43CB5 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18060181-
CMYK0.010.6700.29
HSL299.5º50.21%47.25%-
HSV(B)299.5º66.85%70.98%-
XYZ28.7816.2745.34-
YUV109.67168.26178.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 60 (23.83% from 255) = 14.25%
BLUE value IS 181 (71.09% from 255) = 42.99%
R=42.76%
G=14.25%
B=42.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180601810.010.6700.29299.550.2147.25
HexB43CB514301D12c322f
Octal2647426511030354546257
Binary101101001111001011010111000011011101100101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43CB5; }

 p { color: rgb(180,60,181); }

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

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

 a { background-color: rgb(180,60,181); }

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

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

 span { border-color: rgb(180,60,181); }

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