#B45BBA

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

Shades of Fuchsia #B45BBA

Tints of Fuchsia #B45BBA

Color information

#B45BBA (or 0xB45BBA) is unknown color: approx Fuchsia. HEX triplet: B4, 5B and BA. RGB value is (180,91,186). Sum of RGB (Red+Green+Blue) = 180+91+186=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #B45BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BBA is #4BA445. Grayscale: #808080. Windows color (decimal): -4957254 or 12213172. OLE color: 12213172.

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

Color convert

RGB18091186-
CMYK0.030.5100.27
HSL296.21º40.77%54.31%-
HSV(B)296.21º51.08%72.94%-
XYZ31.4320.7348.8-
YUV128.44160.49164.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 91 (35.94% from 255) = 19.91%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=39.39%
G=19.91%
B=40.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180911860.030.5100.27296.2140.7754.31
HexB45BBA33301B1282936
Octal2641332723630334505166
Binary1011010010110111011101011110011011011100101000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BBA; }

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

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

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

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

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

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

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

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