Html Css Color HEX #B428AD Fuchsia

📋 copy color: '#B428AD'

red 180 ◦ green 40 ◦ blue 173

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

Shades of Fuchsia #B428AD

Tints of Fuchsia #B428AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.18%

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

R = 45.8%
G = 10.18%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B428AD (or 0xB428AD) is known color: Fuchsia. HEX triplet: B4, 28 and AD. RGB value is (180,40,173). Sum of RGB (Red+Green+Blue) = 180+40+173=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B428AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B428AD is #4BD752. Grayscale: #606060. Windows color (decimal): -4970323 or 11348148. OLE color: 11348148.

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

Color convert

RGB 180 40 173 -
CMYK 0 0.78 0.04 0.29
HSL 303º 0.64% 0.43% -
HSV(B) 303º 0.78% 0.71% -
XYZ 27.12 14.24 40.85 -
YUV 97.02 170.88 187.19 -
System Red Green Blue C M Y K H S L
Decimal 180 40 173 0 0.78 0.04 0.29 303 0.64 0.43
Hex B4 28 AD 0 4E 4 1D 12F 40 2B
Octal 264 50 255 0 116 4 35 457 100 53
Binary 10110100 101000 10101101 0 1001110 100 11101 100101111 1000000 101011

Color Harmonies of #B428AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428AD

Black with #B428AD

Text Example


Text Example

White with #B428AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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