Html Css Color HEX #BA4BAB Fuchsia

📋 copy color: '#BA4BAB'

red 186 ◦ green 75 ◦ blue 171

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

Shades of Fuchsia #BA4BAB

Tints of Fuchsia #BA4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.36%

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

R = 43.06%
G = 17.36%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA4BAB (or 0xBA4BAB) is known color: Fuchsia. HEX triplet: BA, 4B and AB. RGB value is (186,75,171). Sum of RGB (Red+Green+Blue) = 186+75+171=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BAB is #45B454. Grayscale: #767676. Windows color (decimal): -4568149 or 11226042. OLE color: 11226042.

HSL color Cylindrical-coordinate representation of color #BA4BAB: hue angle of 308.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4BAB is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 171 -
CMYK 0 0.60 0.08 0.27
HSL 308.11º 0.45% 0.51% -
HSV(B) 308.11º 0.6% 0.73% -
XYZ 30.12 18.41 40.49 -
YUV 119.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 186 75 171 0 0.60 0.08 0.27 308.11 0.45 0.51
Hex BA 4B AB 0 3C 8 1B 134 2D 33
Octal 272 113 253 0 74 10 33 464 55 63
Binary 10111010 1001011 10101011 0 111100 1000 11011 100110100 101101 110011

Color Harmonies of #BA4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BAB

Black with #BA4BAB

Text Example


Text Example

White with #BA4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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