Html Css Color HEX #BA4FAB Fuchsia

📋 copy color: '#BA4FAB'

red 186 ◦ green 79 ◦ blue 171

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

Shades of Fuchsia #BA4FAB

Tints of Fuchsia #BA4FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.12%

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

R = 42.66%
G = 18.12%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA4FAB (or 0xBA4FAB) is known color: Fuchsia. HEX triplet: BA, 4F and AB. RGB value is (186,79,171). Sum of RGB (Red+Green+Blue) = 186+79+171=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4FAB is #45B054. Grayscale: #797979. Windows color (decimal): -4567125 or 11227066. OLE color: 11227066.

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

Color convert

RGB 186 79 171 -
CMYK 0 0.58 0.08 0.27
HSL 308.41º 0.44% 0.52% -
HSV(B) 308.41º 0.58% 0.73% -
XYZ 30.4 18.97 40.59 -
YUV 121.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 186 79 171 0 0.58 0.08 0.27 308.41 0.44 0.52
Hex BA 4F AB 0 3A 8 1B 134 2C 34
Octal 272 117 253 0 72 10 33 464 54 64
Binary 10111010 1001111 10101011 0 111010 1000 11011 100110100 101100 110100

Color Harmonies of #BA4FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FAB

Black with #BA4FAB

Text Example


Text Example

White with #BA4FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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