Html Css Color HEX #B43CAA Fuchsia

📋 copy color: '#B43CAA'

red 180 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #B43CAA

Tints of Fuchsia #B43CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.63%

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 43.9%
G = 14.63%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B43CAA (or 0xB43CAA) is known color: Fuchsia. HEX triplet: B4, 3C and AA. RGB value is (180,60,170). Sum of RGB (Red+Green+Blue) = 180+60+170=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B43CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43CAA is #4BC355. Grayscale: #6C6C6C. Windows color (decimal): -4965206 or 11156660. OLE color: 11156660.

HSL color Cylindrical-coordinate representation of color #B43CAA: hue angle of 305º degrees, saturation: 0.5, 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 #B43CAA is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 60 170 -
CMYK 0 0.67 0.06 0.29
HSL 305º 0.5% 0.47% -
HSV(B) 305º 0.67% 0.71% -
XYZ 27.69 15.84 39.63 -
YUV 108.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 180 60 170 0 0.67 0.06 0.29 305 0.5 0.47
Hex B4 3C AA 0 43 6 1D 131 32 2F
Octal 264 74 252 0 103 6 35 461 62 57
Binary 10110100 111100 10101010 0 1000011 110 11101 100110001 110010 101111

Color Harmonies of #B43CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CAA

Black with #B43CAA

Text Example


Text Example

White with #B43CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CAA; }

 p { color: rgb(180,60,170); }

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

background-color css

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

 a { background-color: rgb(180,60,170); }

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

border-color css

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

 span { border-color: rgb(180,60,170); }

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