Html Css Color HEX #B143BA Fuchsia

📋 copy color: '#B143BA'

red 177 ◦ green 67 ◦ blue 186

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

Shades of Fuchsia #B143BA

Tints of Fuchsia #B143BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 41.16%
G = 15.58%
B = 43.26%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B143BA (or 0xB143BA) is known color: Fuchsia. HEX triplet: B1, 43 and BA. RGB value is (177,67,186). Sum of RGB (Red+Green+Blue) = 177+67+186=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #B143BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143BA is #4EBC45. Grayscale: #717171. Windows color (decimal): -5160006 or 12207025. OLE color: 12207025.

HSL color Cylindrical-coordinate representation of color #B143BA: hue angle of 295.46º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B143BA is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 67 186 -
CMYK 0.05 0.64 0 0.27
HSL 295.46º 0.47% 0.5% -
HSV(B) 295.46º 0.64% 0.73% -
XYZ 29 16.91 48.19 -
YUV 113.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 177 67 186 0.05 0.64 0 0.27 295.46 0.47 0.5
Hex B1 43 BA 5 40 0 1B 127 2F 32
Octal 261 103 272 5 100 0 33 447 57 62
Binary 10110001 1000011 10111010 101 1000000 0 11011 100100111 101111 110010

Color Harmonies of #B143BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143BA

Black with #B143BA

Text Example


Text Example

White with #B143BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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