Html Css Color HEX #B43FBC Fuchsia

📋 copy color: '#B43FBC'

red 180 ◦ green 63 ◦ blue 188

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

Shades of Fuchsia #B43FBC

Tints of Fuchsia #B43FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 41.76%
G = 14.62%
B = 43.62%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B43FBC (or 0xB43FBC) is known color: Fuchsia. HEX triplet: B4, 3F and BC. RGB value is (180,63,188). Sum of RGB (Red+Green+Blue) = 180+63+188=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #B43FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FBC is #4BC043. Grayscale: #6F6F6F. Windows color (decimal): -4964420 or 12337076. OLE color: 12337076.

HSL color Cylindrical-coordinate representation of color #B43FBC: hue angle of 296.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43FBC is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 63 188 -
CMYK 0.04 0.66 0 0.26
HSL 296.16º 0.5% 0.49% -
HSV(B) 296.16º 0.66% 0.74% -
XYZ 29.68 16.89 49.27 -
YUV 112.23 170.76 176.34 -
System Red Green Blue C M Y K H S L
Decimal 180 63 188 0.04 0.66 0 0.26 296.16 0.5 0.49
Hex B4 3F BC 4 42 0 1A 128 32 31
Octal 264 77 274 4 102 0 32 450 62 61
Binary 10110100 111111 10111100 100 1000010 0 11010 100101000 110010 110001

Color Harmonies of #B43FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FBC

Black with #B43FBC

Text Example


Text Example

White with #B43FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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