Html Css Color HEX #B43FB1 Fuchsia

📋 copy color: '#B43FB1'

red 180 ◦ green 63 ◦ blue 177

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

Shades of Fuchsia #B43FB1

Tints of Fuchsia #B43FB1

RGB

 RED value IS 180 (70.7% from 255) = 42.86%

 GREEN value IS 63 (25% from 255) = 15%

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

R = 42.86%
G = 15%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B43FB1 (or 0xB43FB1) is known color: Fuchsia. HEX triplet: B4, 3F and B1. RGB value is (180,63,177). Sum of RGB (Red+Green+Blue) = 180+63+177=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B43FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43FB1 is #4BC04E. Grayscale: #6E6E6E. Windows color (decimal): -4964431 or 11616180. OLE color: 11616180.

HSL color Cylindrical-coordinate representation of color #B43FB1: hue angle of 301.54º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B43FB1 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 63 177 -
CMYK 0 0.65 0.02 0.29
HSL 301.54º 0.48% 0.48% -
HSV(B) 301.54º 0.65% 0.71% -
XYZ 28.54 16.43 43.26 -
YUV 110.98 165.26 177.23 -
System Red Green Blue C M Y K H S L
Decimal 180 63 177 0 0.65 0.02 0.29 301.54 0.48 0.48
Hex B4 3F B1 0 41 2 1D 12E 30 30
Octal 264 77 261 0 101 2 35 456 60 60
Binary 10110100 111111 10110001 0 1000001 10 11101 100101110 110000 110000

Color Harmonies of #B43FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FB1

Black with #B43FB1

Text Example


Text Example

White with #B43FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FB1; }

 p { color: rgb(180,63,177); }

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

background-color css

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

 a { background-color: rgb(180,63,177); }

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

border-color css

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

 span { border-color: rgb(180,63,177); }

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