Html Css Color HEX #B144AD Fuchsia

📋 copy color: '#B144AD'

red 177 ◦ green 68 ◦ blue 173

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

Shades of Fuchsia #B144AD

Tints of Fuchsia #B144AD

RGB

 RED value IS 177 (69.53% from 255) = 42.34%

 GREEN value IS 68 (26.95% from 255) = 16.27%

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

R = 42.34%
G = 16.27%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B144AD (or 0xB144AD) is known color: Fuchsia. HEX triplet: B1, 44 and AD. RGB value is (177,68,173). Sum of RGB (Red+Green+Blue) = 177+68+173=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B144AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B144AD is #4EBB52. Grayscale: #707070. Windows color (decimal): -5159763 or 11355313. OLE color: 11355313.

HSL color Cylindrical-coordinate representation of color #B144AD: hue angle of 302.2º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B144AD is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 173 -
CMYK 0 0.62 0.02 0.31
HSL 302.2º 0.44% 0.48% -
HSV(B) 302.2º 0.62% 0.69% -
XYZ 27.74 16.5 41.26 -
YUV 112.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 177 68 173 0 0.62 0.02 0.31 302.2 0.44 0.48
Hex B1 44 AD 0 3E 2 1F 12E 2C 30
Octal 261 104 255 0 76 2 37 456 54 60
Binary 10110001 1000100 10101101 0 111110 10 11111 100101110 101100 110000

Color Harmonies of #B144AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144AD

Black with #B144AD

Text Example


Text Example

White with #B144AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144AD; }

 p { color: rgb(177,68,173); }

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

background-color css

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

 a { background-color: rgb(177,68,173); }

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

border-color css

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

 span { border-color: rgb(177,68,173); }

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