Html Css Color HEX #B143BD Fuchsia

📋 copy color: '#B143BD'

red 177 ◦ green 67 ◦ blue 189

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

Shades of Fuchsia #B143BD

Tints of Fuchsia #B143BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 40.88%
G = 15.47%
B = 43.65%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B143BD (or 0xB143BD) is known color: Fuchsia. HEX triplet: B1, 43 and BD. RGB value is (177,67,189). Sum of RGB (Red+Green+Blue) = 177+67+189=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #B143BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143BD is #4EBC42. Grayscale: #717171. Windows color (decimal): -5160003 or 12403633. OLE color: 12403633.

HSL color Cylindrical-coordinate representation of color #B143BD: hue angle of 294.1º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B143BD is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 67 189 -
CMYK 0.06 0.65 0 0.26
HSL 294.1º 0.48% 0.5% -
HSV(B) 294.1º 0.65% 0.74% -
XYZ 29.32 17.04 49.89 -
YUV 113.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 177 67 189 0.06 0.65 0 0.26 294.1 0.48 0.5
Hex B1 43 BD 6 41 0 1A 126 30 32
Octal 261 103 275 6 101 0 32 446 60 62
Binary 10110001 1000011 10111101 110 1000001 0 11010 100100110 110000 110010

Color Harmonies of #B143BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143BD

Black with #B143BD

Text Example


Text Example

White with #B143BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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