Html Css Color HEX #BA5BAA Fuchsia

📋 copy color: '#BA5BAA'

red 186 ◦ green 91 ◦ blue 170

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

Shades of Fuchsia #BA5BAA

Tints of Fuchsia #BA5BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.36%

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 41.61%
G = 20.36%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA5BAA (or 0xBA5BAA) is known color: Fuchsia. HEX triplet: BA, 5B and AA. RGB value is (186,91,170). Sum of RGB (Red+Green+Blue) = 186+91+170=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BAA is #45A455. Grayscale: #808080. Windows color (decimal): -4564054 or 11164602. OLE color: 11164602.

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

Color convert

RGB 186 91 170 -
CMYK 0 0.51 0.09 0.27
HSL 310.11º 0.41% 0.54% -
HSV(B) 310.11º 0.51% 0.73% -
XYZ 31.25 20.82 40.4 -
YUV 128.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 186 91 170 0 0.51 0.09 0.27 310.11 0.41 0.54
Hex BA 5B AA 0 33 9 1B 136 29 36
Octal 272 133 252 0 63 11 33 466 51 66
Binary 10111010 1011011 10101010 0 110011 1001 11011 100110110 101001 110110

Color Harmonies of #BA5BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BAA

Black with #BA5BAA

Text Example


Text Example

White with #BA5BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BAA; }

 p { color: rgb(186,91,170); }

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

background-color css

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

 a { background-color: rgb(186,91,170); }

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

border-color css

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

 span { border-color: rgb(186,91,170); }

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