Html Css Color HEX #B448AD Fuchsia

📋 copy color: '#B448AD'

red 180 ◦ green 72 ◦ blue 173

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

Shades of Fuchsia #B448AD

Tints of Fuchsia #B448AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.94%

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 42.35%
G = 16.94%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B448AD (or 0xB448AD) is known color: Fuchsia. HEX triplet: B4, 48 and AD. RGB value is (180,72,173). Sum of RGB (Red+Green+Blue) = 180+72+173=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B448AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448AD is #4BB752. Grayscale: #737373. Windows color (decimal): -4962131 or 11356340. OLE color: 11356340.

HSL color Cylindrical-coordinate representation of color #B448AD: hue angle of 303.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B448AD is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 72 173 -
CMYK 0 0.60 0.04 0.29
HSL 303.89º 0.43% 0.49% -
HSV(B) 303.89º 0.6% 0.71% -
XYZ 28.68 17.36 41.37 -
YUV 115.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 180 72 173 0 0.60 0.04 0.29 303.89 0.43 0.49
Hex B4 48 AD 0 3C 4 1D 130 2B 31
Octal 264 110 255 0 74 4 35 460 53 61
Binary 10110100 1001000 10101101 0 111100 100 11101 100110000 101011 110001

Color Harmonies of #B448AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448AD

Black with #B448AD

Text Example


Text Example

White with #B448AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448AD; }

 p { color: rgb(180,72,173); }

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

background-color css

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

 a { background-color: rgb(180,72,173); }

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

border-color css

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

 span { border-color: rgb(180,72,173); }

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