Html Css Color HEX #B45AB3 Fuchsia

📋 copy color: '#B45AB3'

red 180 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #B45AB3

Tints of Fuchsia #B45AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.87%

R = 40.09%
G = 20.04%
B = 39.87%

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

#B45AB3 (or 0xB45AB3) is known color: Fuchsia. HEX triplet: B4, 5A and B3. RGB value is (180,90,179). Sum of RGB (Red+Green+Blue) = 180+90+179=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B45AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45AB3 is #4BA54C. Grayscale: #7E7E7E. Windows color (decimal): -4957517 or 11754164. OLE color: 11754164.

HSL color Cylindrical-coordinate representation of color #B45AB3: hue angle of 300.67º 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 #B45AB3 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 90 179 -
CMYK 0 0.50 0.01 0.29
HSL 300.67º 0.38% 0.53% -
HSV(B) 300.67º 0.5% 0.71% -
XYZ 30.62 20.27 44.95 -
YUV 127.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 180 90 179 0 0.50 0.01 0.29 300.67 0.38 0.53
Hex B4 5A B3 0 32 1 1D 12D 26 35
Octal 264 132 263 0 62 1 35 455 46 65
Binary 10110100 1011010 10110011 0 110010 1 11101 100101101 100110 110101

Color Harmonies of #B45AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45AB3

Black with #B45AB3

Text Example


Text Example

White with #B45AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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