Html Css Color HEX #B143BE Fuchsia

📋 copy color: '#B143BE'

red 177 ◦ green 67 ◦ blue 190

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

Shades of Fuchsia #B143BE

Tints of Fuchsia #B143BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 40.78%
G = 15.44%
B = 43.78%

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

#B143BE (or 0xB143BE) is known color: Fuchsia. HEX triplet: B1, 43 and BE. RGB value is (177,67,190). Sum of RGB (Red+Green+Blue) = 177+67+190=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #B143BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143BE is #4EBC41. Grayscale: #717171. Windows color (decimal): -5160002 or 12469169. OLE color: 12469169.

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

Color convert

RGB 177 67 190 -
CMYK 0.07 0.65 0 0.25
HSL 293.66º 0.49% 0.5% -
HSV(B) 293.66º 0.65% 0.75% -
XYZ 29.43 17.08 50.46 -
YUV 113.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 177 67 190 0.07 0.65 0 0.25 293.66 0.49 0.5
Hex B1 43 BE 7 41 0 19 126 31 32
Octal 261 103 276 7 101 0 31 446 61 62
Binary 10110001 1000011 10111110 111 1000001 0 11001 100100110 110001 110010

Color Harmonies of #B143BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143BE

Black with #B143BE

Text Example


Text Example

White with #B143BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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