#B45ABB

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

Shades of Fuchsia #B45ABB

Tints of Fuchsia #B45ABB

Color information

#B45ABB (or 0xB45ABB) is unknown color: approx Fuchsia. HEX triplet: B4, 5A and BB. RGB value is (180,90,187). Sum of RGB (Red+Green+Blue) = 180+90+187=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #B45ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ABB is #4BA544. Grayscale: #7F7F7F. Windows color (decimal): -4957509 or 12278452. OLE color: 12278452.

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

Color convert

RGB18090187-
CMYK0.040.5200.27
HSL295.67º41.63%54.31%-
HSV(B)295.67º51.87%73.33%-
XYZ31.4520.649.33-
YUV127.97161.32165.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 90 (35.55% from 255) = 19.69%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=39.39%
G=19.69%
B=40.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180901870.040.5200.27295.6741.6354.31
HexB45ABB43401B1282a36
Octal2641322734640334505266
Binary10110100101101010111011100110100011011100101000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45ABB; }

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

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

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

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

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

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

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

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