Html Css Color HEX #B43FB0 Fuchsia

📋 copy color: '#B43FB0'

red 180 ◦ green 63 ◦ blue 176

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

Shades of Fuchsia #B43FB0

Tints of Fuchsia #B43FB0

RGB

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

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

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

R = 42.96%
G = 15.04%
B = 42%

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

#B43FB0 (or 0xB43FB0) is known color: Fuchsia. HEX triplet: B4, 3F and B0. RGB value is (180,63,176). Sum of RGB (Red+Green+Blue) = 180+63+176=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B43FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43FB0 is #4BC04F. Grayscale: #6E6E6E. Windows color (decimal): -4964432 or 11550644. OLE color: 11550644.

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

Color convert

RGB 180 63 176 -
CMYK 0 0.65 0.02 0.29
HSL 302.05º 0.48% 0.48% -
HSV(B) 302.05º 0.65% 0.71% -
XYZ 28.44 16.39 42.74 -
YUV 110.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 180 63 176 0 0.65 0.02 0.29 302.05 0.48 0.48
Hex B4 3F B0 0 41 2 1D 12E 30 30
Octal 264 77 260 0 101 2 35 456 60 60
Binary 10110100 111111 10110000 0 1000001 10 11101 100101110 110000 110000

Color Harmonies of #B43FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FB0

Black with #B43FB0

Text Example


Text Example

White with #B43FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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