Html Css Color HEX #B43FBA Fuchsia

📋 copy color: '#B43FBA'

red 180 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #B43FBA

Tints of Fuchsia #B43FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 41.96%
G = 14.69%
B = 43.36%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B43FBA (or 0xB43FBA) is known color: Fuchsia. HEX triplet: B4, 3F and BA. RGB value is (180,63,186). Sum of RGB (Red+Green+Blue) = 180+63+186=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #B43FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FBA is #4BC045. Grayscale: #6F6F6F. Windows color (decimal): -4964422 or 12206004. OLE color: 12206004.

HSL color Cylindrical-coordinate representation of color #B43FBA: hue angle of 297.07º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43FBA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 63 186 -
CMYK 0.03 0.66 0 0.27
HSL 297.07º 0.49% 0.49% -
HSV(B) 297.07º 0.66% 0.73% -
XYZ 29.46 16.8 48.14 -
YUV 112.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 180 63 186 0.03 0.66 0 0.27 297.07 0.49 0.49
Hex B4 3F BA 3 42 0 1B 129 31 31
Octal 264 77 272 3 102 0 33 451 61 61
Binary 10110100 111111 10111010 11 1000010 0 11011 100101001 110001 110001

Color Harmonies of #B43FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FBA

Black with #B43FBA

Text Example


Text Example

White with #B43FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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