Html Css Color HEX #B143B0 Fuchsia

📋 copy color: '#B143B0'

red 177 ◦ green 67 ◦ blue 176

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

Shades of Fuchsia #B143B0

Tints of Fuchsia #B143B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.9%

R = 42.14%
G = 15.95%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B143B0 (or 0xB143B0) is known color: Fuchsia. HEX triplet: B1, 43 and B0. RGB value is (177,67,176). Sum of RGB (Red+Green+Blue) = 177+67+176=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B143B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B143B0 is #4EBC4F. Grayscale: #6F6F6F. Windows color (decimal): -5160016 or 11551665. OLE color: 11551665.

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

Color convert

RGB 177 67 176 -
CMYK 0 0.62 0.01 0.31
HSL 300.55º 0.45% 0.48% -
HSV(B) 300.55º 0.62% 0.69% -
XYZ 27.98 16.5 42.78 -
YUV 112.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 177 67 176 0 0.62 0.01 0.31 300.55 0.45 0.48
Hex B1 43 B0 0 3E 1 1F 12D 2D 30
Octal 261 103 260 0 76 1 37 455 55 60
Binary 10110001 1000011 10110000 0 111110 1 11111 100101101 101101 110000

Color Harmonies of #B143B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143B0

Black with #B143B0

Text Example


Text Example

White with #B143B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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