Html Css Color HEX #B45AB8 Fuchsia

📋 copy color: '#B45AB8'

red 180 ◦ green 90 ◦ blue 184

#B45AB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B45AB8

Tints of Fuchsia #B45AB8

RGB

 RED value IS 180 (70.7% from 255) = 39.65%

 GREEN value IS 90 (35.55% from 255) = 19.82%

 BLUE value IS 184 (72.27% from 255) = 40.53%

R = 39.65%
G = 19.82%
B = 40.53%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B45AB8 (or 0xB45AB8) is known color: Fuchsia. HEX triplet: B4, 5A and B8. RGB value is (180,90,184). Sum of RGB (Red+Green+Blue) = 180+90+184=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 184 - color contains mainly: blue. Hex color #B45AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45AB8 is #4BA547. Grayscale: #7F7F7F. Windows color (decimal): -4957512 or 12081844. OLE color: 12081844.

HSL color Cylindrical-coordinate representation of color #B45AB8: hue angle of 297.45º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B45AB8 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 90 184 -
CMYK 0.02 0.51 0 0.28
HSL 297.45º 0.4% 0.54% -
HSV(B) 297.45º 0.51% 0.72% -
XYZ 31.13 20.48 47.66 -
YUV 127.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 180 90 184 0.02 0.51 0 0.28 297.45 0.4 0.54
Hex B4 5A B8 2 33 0 1C 129 28 36
Octal 264 132 270 2 63 0 34 451 50 66
Binary 10110100 1011010 10111000 10 110011 0 11100 100101001 101000 110110

Color Harmonies of #B45AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45AB8

Black with #B45AB8

Text Example


Text Example

White with #B45AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45AB8; }

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

 H1.HeaderClassName
 {
   color: #B45AB8;
 }
 .AnyTagClassName
 {
   color: #B45AB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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