Html Css Color HEX #BA42AB Fuchsia

📋 copy color: '#BA42AB'

red 186 ◦ green 66 ◦ blue 171

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

Shades of Fuchsia #BA42AB

Tints of Fuchsia #BA42AB

RGB

 RED value IS 186 (73.05% from 255) = 43.97%

 GREEN value IS 66 (26.17% from 255) = 15.6%

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

R = 43.97%
G = 15.6%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA42AB (or 0xBA42AB) is known color: Fuchsia. HEX triplet: BA, 42 and AB. RGB value is (186,66,171). Sum of RGB (Red+Green+Blue) = 186+66+171=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA42AB is #45BD54. Grayscale: #717171. Windows color (decimal): -4570453 or 11223738. OLE color: 11223738.

HSL color Cylindrical-coordinate representation of color #BA42AB: hue angle of 307.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA42AB is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 171 -
CMYK 0 0.65 0.08 0.27
HSL 307.5º 0.48% 0.49% -
HSV(B) 307.5º 0.65% 0.73% -
XYZ 29.55 17.28 40.31 -
YUV 113.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 186 66 171 0 0.65 0.08 0.27 307.5 0.48 0.49
Hex BA 42 AB 0 41 8 1B 134 30 31
Octal 272 102 253 0 101 10 33 464 60 61
Binary 10111010 1000010 10101011 0 1000001 1000 11011 100110100 110000 110001

Color Harmonies of #BA42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42AB

Black with #BA42AB

Text Example


Text Example

White with #BA42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42AB; }

 p { color: rgb(186,66,171); }

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

background-color css

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

 a { background-color: rgb(186,66,171); }

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

border-color css

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

 span { border-color: rgb(186,66,171); }

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