#B45DBB

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

Shades of Fuchsia #B45DBB

Tints of Fuchsia #B45DBB

Color information

#B45DBB (or 0xB45DBB) is unknown color: approx Fuchsia. HEX triplet: B4, 5D and BB. RGB value is (180,93,187). Sum of RGB (Red+Green+Blue) = 180+93+187=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #B45DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DBB is #4BA244. Grayscale: #818181. Windows color (decimal): -4956741 or 12279220. OLE color: 12279220.

HSL color Cylindrical-coordinate representation of color #B45DBB: hue angle of 295.53º degrees, saturation: 0.41, 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 #B45DBB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18093187-
CMYK0.040.5000.27
HSL295.53º40.87%54.9%-
HSV(B)295.53º50.27%73.33%-
XYZ31.7121.1249.42-
YUV129.73160.32163.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 93 (36.72% from 255) = 20.22%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=39.13%
G=20.22%
B=40.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180931870.040.5000.27295.5340.8754.9
HexB45DBB43201B1282937
Octal2641352734620334505167
Binary10110100101110110111011100110010011011100101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45DBB; }

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

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

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

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

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

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

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

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