Html Css Color HEX #B143BF Fuchsia

📋 copy color: '#B143BF'

red 177 ◦ green 67 ◦ blue 191

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

Shades of Fuchsia #B143BF

Tints of Fuchsia #B143BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.91%

R = 40.69%
G = 15.4%
B = 43.91%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B143BF (or 0xB143BF) is known color: Fuchsia. HEX triplet: B1, 43 and BF. RGB value is (177,67,191). Sum of RGB (Red+Green+Blue) = 177+67+191=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #B143BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143BF is #4EBC40. Grayscale: #717171. Windows color (decimal): -5160001 or 12534705. OLE color: 12534705.

HSL color Cylindrical-coordinate representation of color #B143BF: hue angle of 293.23º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B143BF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 67 191 -
CMYK 0.07 0.65 0 0.25
HSL 293.23º 0.49% 0.51% -
HSV(B) 293.23º 0.65% 0.75% -
XYZ 29.54 17.12 51.04 -
YUV 114.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 177 67 191 0.07 0.65 0 0.25 293.23 0.49 0.51
Hex B1 43 BF 7 41 0 19 125 31 33
Octal 261 103 277 7 101 0 31 445 61 63
Binary 10110001 1000011 10111111 111 1000001 0 11001 100100101 110001 110011

Color Harmonies of #B143BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143BF

Black with #B143BF

Text Example


Text Example

White with #B143BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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