#B45DBA

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

Shades of Fuchsia #B45DBA

Tints of Fuchsia #B45DBA

Color information

#B45DBA (or 0xB45DBA) is unknown color: approx Fuchsia. HEX triplet: B4, 5D and BA. RGB value is (180,93,186). Sum of RGB (Red+Green+Blue) = 180+93+186=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #B45DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DBA is #4BA245. Grayscale: #818181. Windows color (decimal): -4956742 or 12213684. OLE color: 12213684.

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

Color convert

RGB18093186-
CMYK0.030.500.27
HSL296.13º40.26%54.71%-
HSV(B)296.13º50%72.94%-
XYZ31.621.0848.86-
YUV129.62159.82163.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 93 (36.72% from 255) = 20.26%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=39.22%
G=20.26%
B=40.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180931860.030.500.27296.1340.2654.71
HexB45DBA33201B1282837
Octal2641352723620334505067
Binary1011010010111011011101011110010011011100101000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45DBA; }

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

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

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

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

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

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

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

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