#B45DB1

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

Shades of Fuchsia #B45DB1

Tints of Fuchsia #B45DB1

Color information

#B45DB1 (or 0xB45DB1) is unknown color: approx Fuchsia. HEX triplet: B4, 5D and B1. RGB value is (180,93,177). Sum of RGB (Red+Green+Blue) = 180+93+177=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B45DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45DB1 is #4BA24E. Grayscale: #808080. Windows color (decimal): -4956751 or 11623860. OLE color: 11623860.

HSL color Cylindrical-coordinate representation of color #B45DB1: hue angle of 302.07º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45DB1 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18093177-
CMYK00.480.020.29
HSL302.07º36.71%53.53%-
HSV(B)302.07º48.33%70.59%-
XYZ30.6720.7143.98-
YUV128.59155.32164.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 93 (36.72% from 255) = 20.67%
BLUE value IS 177 (69.53% from 255) = 39.33%
R=40%
G=20.67%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809317700.480.020.29302.0736.7153.53
HexB45DB103021D12e2536
Octal2641352610602354564566
Binary1011010010111011011000101100001011101100101110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45DB1; }

 p { color: rgb(180,93,177); }

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

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

 a { background-color: rgb(180,93,177); }

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

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

 span { border-color: rgb(180,93,177); }

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