Html Css Color HEX #BA50AB Fuchsia

📋 copy color: '#BA50AB'

red 186 ◦ green 80 ◦ blue 171

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

Shades of Fuchsia #BA50AB

Tints of Fuchsia #BA50AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.31%

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

R = 42.56%
G = 18.31%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA50AB (or 0xBA50AB) is known color: Fuchsia. HEX triplet: BA, 50 and AB. RGB value is (186,80,171). Sum of RGB (Red+Green+Blue) = 186+80+171=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA50AB is #45AF54. Grayscale: #797979. Windows color (decimal): -4566869 or 11227322. OLE color: 11227322.

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

Color convert

RGB 186 80 171 -
CMYK 0 0.57 0.08 0.27
HSL 308.49º 0.43% 0.52% -
HSV(B) 308.49º 0.57% 0.73% -
XYZ 30.47 19.12 40.61 -
YUV 122.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 186 80 171 0 0.57 0.08 0.27 308.49 0.43 0.52
Hex BA 50 AB 0 39 8 1B 134 2B 34
Octal 272 120 253 0 71 10 33 464 53 64
Binary 10111010 1010000 10101011 0 111001 1000 11011 100110100 101011 110100

Color Harmonies of #BA50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50AB

Black with #BA50AB

Text Example


Text Example

White with #BA50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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