Html Css Color HEX #B43AB2 Fuchsia

📋 copy color: '#B43AB2'

red 180 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #B43AB2

Tints of Fuchsia #B43AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.79%

R = 43.27%
G = 13.94%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B43AB2 (or 0xB43AB2) is known color: Fuchsia. HEX triplet: B4, 3A and B2. RGB value is (180,58,178). Sum of RGB (Red+Green+Blue) = 180+58+178=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B43AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43AB2 is #4BC54D. Grayscale: #6B6B6B. Windows color (decimal): -4965710 or 11680436. OLE color: 11680436.

HSL color Cylindrical-coordinate representation of color #B43AB2: hue angle of 300.98º 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 #B43AB2 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 58 178 -
CMYK 0 0.68 0.01 0.29
HSL 300.98º 0.51% 0.47% -
HSV(B) 300.98º 0.68% 0.71% -
XYZ 28.37 15.94 43.7 -
YUV 108.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 180 58 178 0 0.68 0.01 0.29 300.98 0.51 0.47
Hex B4 3A B2 0 44 1 1D 12D 33 2F
Octal 264 72 262 0 104 1 35 455 63 57
Binary 10110100 111010 10110010 0 1000100 1 11101 100101101 110011 101111

Color Harmonies of #B43AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43AB2

Black with #B43AB2

Text Example


Text Example

White with #B43AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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