#B45CB4

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

Shades of Fuchsia #B45CB4

Tints of Fuchsia #B45CB4

Color information

#B45CB4 (or 0xB45CB4) is unknown color: approx Fuchsia. HEX triplet: B4, 5C and B4. RGB value is (180,92,180). Sum of RGB (Red+Green+Blue) = 180+92+180=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B45CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CB4 is #4BA34B. Grayscale: #808080. Windows color (decimal): -4957004 or 11820212. OLE color: 11820212.

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

Color convert

RGB18092180-
CMYK00.4900.29
HSL300º36.97%53.33%-
HSV(B)300º48.89%70.59%-
XYZ30.8920.6545.54-
YUV128.34157.15164.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 180 (70.70% from 255) = 39.82%
R=39.82%
G=20.35%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809218000.4900.2930036.9753.33
HexB45CB403101D12c2535
Octal2641342640610354544565
Binary101101001011100101101000110001011101100101100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CB4; }

 p { color: rgb(180,92,180); }

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

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

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

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

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

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

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