Html Css Color HEX #B143AD Fuchsia

📋 copy color: '#B143AD'

red 177 ◦ green 67 ◦ blue 173

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

Shades of Fuchsia #B143AD

Tints of Fuchsia #B143AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.07%

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

R = 42.45%
G = 16.07%
B = 41.49%

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

#B143AD (or 0xB143AD) is known color: Fuchsia. HEX triplet: B1, 43 and AD. RGB value is (177,67,173). Sum of RGB (Red+Green+Blue) = 177+67+173=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B143AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B143AD is #4EBC52. Grayscale: #6F6F6F. Windows color (decimal): -5160019 or 11355057. OLE color: 11355057.

HSL color Cylindrical-coordinate representation of color #B143AD: hue angle of 302.18º degrees, saturation: 0.45, 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 #B143AD is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 67 173 -
CMYK 0 0.62 0.02 0.31
HSL 302.18º 0.45% 0.48% -
HSV(B) 302.18º 0.62% 0.69% -
XYZ 27.68 16.38 41.24 -
YUV 111.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 177 67 173 0 0.62 0.02 0.31 302.18 0.45 0.48
Hex B1 43 AD 0 3E 2 1F 12E 2D 30
Octal 261 103 255 0 76 2 37 456 55 60
Binary 10110001 1000011 10101101 0 111110 10 11111 100101110 101101 110000

Color Harmonies of #B143AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143AD

Black with #B143AD

Text Example


Text Example

White with #B143AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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