Html Css Color HEX #B143B2 Fuchsia

📋 copy color: '#B143B2'

red 177 ◦ green 67 ◦ blue 178

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

Shades of Fuchsia #B143B2

Tints of Fuchsia #B143B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 41.94%
G = 15.88%
B = 42.18%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B143B2 (or 0xB143B2) is known color: Fuchsia. HEX triplet: B1, 43 and B2. RGB value is (177,67,178). Sum of RGB (Red+Green+Blue) = 177+67+178=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 178 - color contains mainly: blue. Hex color #B143B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B143B2 is #4EBC4D. Grayscale: #707070. Windows color (decimal): -5160014 or 11682737. OLE color: 11682737.

HSL color Cylindrical-coordinate representation of color #B143B2: hue angle of 299.46º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B143B2 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 67 178 -
CMYK 0.01 0.62 0 0.30
HSL 299.46º 0.45% 0.48% -
HSV(B) 299.46º 0.62% 0.7% -
XYZ 28.17 16.58 43.83 -
YUV 112.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 177 67 178 0.01 0.62 0 0.30 299.46 0.45 0.48
Hex B1 43 B2 1 3E 0 1E 12B 2D 30
Octal 261 103 262 1 76 0 36 453 55 60
Binary 10110001 1000011 10110010 1 111110 0 11110 100101011 101101 110000

Color Harmonies of #B143B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143B2

Black with #B143B2

Text Example


Text Example

White with #B143B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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