Html Css Color HEX #B450AB Fuchsia

📋 copy color: '#B450AB'

red 180 ◦ green 80 ◦ blue 171

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

Shades of Fuchsia #B450AB

Tints of Fuchsia #B450AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.56%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 41.76%
G = 18.56%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B450AB (or 0xB450AB) is known color: Fuchsia. HEX triplet: B4, 50 and AB. RGB value is (180,80,171). Sum of RGB (Red+Green+Blue) = 180+80+171=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B450AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B450AB is #4BAF54. Grayscale: #787878. Windows color (decimal): -4960085 or 11227316. OLE color: 11227316.

HSL color Cylindrical-coordinate representation of color #B450AB: hue angle of 305.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B450AB is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 80 171 -
CMYK 0 0.56 0.05 0.29
HSL 305.4º 0.4% 0.51% -
HSV(B) 305.4º 0.56% 0.71% -
XYZ 29.04 18.38 40.55 -
YUV 120.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 180 80 171 0 0.56 0.05 0.29 305.4 0.4 0.51
Hex B4 50 AB 0 38 5 1D 131 28 33
Octal 264 120 253 0 70 5 35 461 50 63
Binary 10110100 1010000 10101011 0 111000 101 11101 100110001 101000 110011

Color Harmonies of #B450AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450AB

Black with #B450AB

Text Example


Text Example

White with #B450AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450AB; }

 p { color: rgb(180,80,171); }

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

background-color css

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

 a { background-color: rgb(180,80,171); }

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

border-color css

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

 span { border-color: rgb(180,80,171); }

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