Html Css Color HEX #B43AAB Fuchsia

📋 copy color: '#B43AAB'

red 180 ◦ green 58 ◦ blue 171

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

Shades of Fuchsia #B43AAB

Tints of Fuchsia #B43AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.18%

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 44.01%
G = 14.18%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B43AAB (or 0xB43AAB) is known color: Fuchsia. HEX triplet: B4, 3A and AB. RGB value is (180,58,171). Sum of RGB (Red+Green+Blue) = 180+58+171=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B43AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43AAB is #4BC554. Grayscale: #6B6B6B. Windows color (decimal): -4965717 or 11221684. OLE color: 11221684.

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

Color convert

RGB 180 58 171 -
CMYK 0 0.68 0.05 0.29
HSL 304.43º 0.51% 0.47% -
HSV(B) 304.43º 0.68% 0.71% -
XYZ 27.69 15.67 40.09 -
YUV 107.36 163.92 179.81 -
System Red Green Blue C M Y K H S L
Decimal 180 58 171 0 0.68 0.05 0.29 304.43 0.51 0.47
Hex B4 3A AB 0 44 5 1D 130 33 2F
Octal 264 72 253 0 104 5 35 460 63 57
Binary 10110100 111010 10101011 0 1000100 101 11101 100110000 110011 101111

Color Harmonies of #B43AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43AAB

Black with #B43AAB

Text Example


Text Example

White with #B43AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43AAB; }

 p { color: rgb(180,58,171); }

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

background-color css

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

 a { background-color: rgb(180,58,171); }

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

border-color css

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

 span { border-color: rgb(180,58,171); }

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