Html Css Color HEX #B43BAC Fuchsia

📋 copy color: '#B43BAC'

red 180 ◦ green 59 ◦ blue 172

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

Shades of Fuchsia #B43BAC

Tints of Fuchsia #B43BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.36%

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 43.8%
G = 14.36%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B43BAC (or 0xB43BAC) is known color: Fuchsia. HEX triplet: B4, 3B and AC. RGB value is (180,59,172). Sum of RGB (Red+Green+Blue) = 180+59+172=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B43BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43BAC is #4BC453. Grayscale: #6B6B6B. Windows color (decimal): -4965460 or 11287476. OLE color: 11287476.

HSL color Cylindrical-coordinate representation of color #B43BAC: hue angle of 303.97º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43BAC is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 59 172 -
CMYK 0 0.67 0.04 0.29
HSL 303.97º 0.51% 0.47% -
HSV(B) 303.97º 0.67% 0.71% -
XYZ 27.83 15.81 40.61 -
YUV 108.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 180 59 172 0 0.67 0.04 0.29 303.97 0.51 0.47
Hex B4 3B AC 0 43 4 1D 130 33 2F
Octal 264 73 254 0 103 4 35 460 63 57
Binary 10110100 111011 10101100 0 1000011 100 11101 100110000 110011 101111

Color Harmonies of #B43BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BAC

Black with #B43BAC

Text Example


Text Example

White with #B43BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BAC; }

 p { color: rgb(180,59,172); }

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

background-color css

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

 a { background-color: rgb(180,59,172); }

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

border-color css

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

 span { border-color: rgb(180,59,172); }

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