Html Css Color HEX #B43FB3 Fuchsia

📋 copy color: '#B43FB3'

red 180 ◦ green 63 ◦ blue 179

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

Shades of Fuchsia #B43FB3

Tints of Fuchsia #B43FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 42.65%
G = 14.93%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B43FB3 (or 0xB43FB3) is known color: Fuchsia. HEX triplet: B4, 3F and B3. RGB value is (180,63,179). Sum of RGB (Red+Green+Blue) = 180+63+179=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B43FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FB3 is #4BC04C. Grayscale: #6E6E6E. Windows color (decimal): -4964429 or 11747252. OLE color: 11747252.

HSL color Cylindrical-coordinate representation of color #B43FB3: hue angle of 300.51º 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 #B43FB3 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 63 179 -
CMYK 0 0.65 0.01 0.29
HSL 300.51º 0.48% 0.48% -
HSV(B) 300.51º 0.65% 0.71% -
XYZ 28.74 16.51 44.32 -
YUV 111.21 166.26 177.07 -
System Red Green Blue C M Y K H S L
Decimal 180 63 179 0 0.65 0.01 0.29 300.51 0.48 0.48
Hex B4 3F B3 0 41 1 1D 12D 30 30
Octal 264 77 263 0 101 1 35 455 60 60
Binary 10110100 111111 10110011 0 1000001 1 11101 100101101 110000 110000

Color Harmonies of #B43FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FB3

Black with #B43FB3

Text Example


Text Example

White with #B43FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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