Html Css Color HEX #B45AB2 Fuchsia

📋 copy color: '#B45AB2'

red 180 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #B45AB2

Tints of Fuchsia #B45AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 40.18%
G = 20.09%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B45AB2 (or 0xB45AB2) is known color: Fuchsia. HEX triplet: B4, 5A and B2. RGB value is (180,90,178). Sum of RGB (Red+Green+Blue) = 180+90+178=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B45AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45AB2 is #4BA54D. Grayscale: #7E7E7E. Windows color (decimal): -4957518 or 11688628. OLE color: 11688628.

HSL color Cylindrical-coordinate representation of color #B45AB2: hue angle of 301.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45AB2 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 90 178 -
CMYK 0 0.50 0.01 0.29
HSL 301.33º 0.38% 0.53% -
HSV(B) 301.33º 0.5% 0.71% -
XYZ 30.51 20.23 44.42 -
YUV 126.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 180 90 178 0 0.50 0.01 0.29 301.33 0.38 0.53
Hex B4 5A B2 0 32 1 1D 12D 26 35
Octal 264 132 262 0 62 1 35 455 46 65
Binary 10110100 1011010 10110010 0 110010 1 11101 100101101 100110 110101

Color Harmonies of #B45AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45AB2

Black with #B45AB2

Text Example


Text Example

White with #B45AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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