Html Css Color HEX #B428AF Fuchsia

📋 copy color: '#B428AF'

red 180 ◦ green 40 ◦ blue 175

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

Shades of Fuchsia #B428AF

Tints of Fuchsia #B428AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 45.57%
G = 10.13%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B428AF (or 0xB428AF) is known color: Fuchsia. HEX triplet: B4, 28 and AF. RGB value is (180,40,175). Sum of RGB (Red+Green+Blue) = 180+40+175=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B428AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B428AF is #4BD750. Grayscale: #606060. Windows color (decimal): -4970321 or 11479220. OLE color: 11479220.

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

Color convert

RGB 180 40 175 -
CMYK 0 0.78 0.03 0.29
HSL 302.14º 0.64% 0.43% -
HSV(B) 302.14º 0.78% 0.71% -
XYZ 27.32 14.32 41.88 -
YUV 97.25 171.88 187.02 -
System Red Green Blue C M Y K H S L
Decimal 180 40 175 0 0.78 0.03 0.29 302.14 0.64 0.43
Hex B4 28 AF 0 4E 3 1D 12E 40 2B
Octal 264 50 257 0 116 3 35 456 100 53
Binary 10110100 101000 10101111 0 1001110 11 11101 100101110 1000000 101011

Color Harmonies of #B428AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428AF

Black with #B428AF

Text Example


Text Example

White with #B428AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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