Html Css Color HEX #BA4CAB Fuchsia

📋 copy color: '#BA4CAB'

red 186 ◦ green 76 ◦ blue 171

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

Shades of Fuchsia #BA4CAB

Tints of Fuchsia #BA4CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.55%

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

R = 42.96%
G = 17.55%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA4CAB (or 0xBA4CAB) is known color: Fuchsia. HEX triplet: BA, 4C and AB. RGB value is (186,76,171). Sum of RGB (Red+Green+Blue) = 186+76+171=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CAB is #45B354. Grayscale: #777777. Windows color (decimal): -4567893 or 11226298. OLE color: 11226298.

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

Color convert

RGB 186 76 171 -
CMYK 0 0.59 0.08 0.27
HSL 308.18º 0.44% 0.51% -
HSV(B) 308.18º 0.59% 0.73% -
XYZ 30.18 18.55 40.52 -
YUV 119.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 186 76 171 0 0.59 0.08 0.27 308.18 0.44 0.51
Hex BA 4C AB 0 3B 8 1B 134 2C 33
Octal 272 114 253 0 73 10 33 464 54 63
Binary 10111010 1001100 10101011 0 111011 1000 11011 100110100 101100 110011

Color Harmonies of #BA4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CAB

Black with #BA4CAB

Text Example


Text Example

White with #BA4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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