Html Css Color HEX #BA5BAE Fuchsia

📋 copy color: '#BA5BAE'

red 186 ◦ green 91 ◦ blue 174

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

Shades of Fuchsia #BA5BAE

Tints of Fuchsia #BA5BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.58%

R = 41.24%
G = 20.18%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA5BAE (or 0xBA5BAE) is known color: Fuchsia. HEX triplet: BA, 5B and AE. RGB value is (186,91,174). Sum of RGB (Red+Green+Blue) = 186+91+174=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BAE is #45A451. Grayscale: #808080. Windows color (decimal): -4564050 or 11426746. OLE color: 11426746.

HSL color Cylindrical-coordinate representation of color #BA5BAE: hue angle of 307.58º 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 #BA5BAE is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 91 174 -
CMYK 0 0.51 0.06 0.27
HSL 307.58º 0.41% 0.54% -
HSV(B) 307.58º 0.51% 0.73% -
XYZ 31.63 20.98 42.43 -
YUV 128.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 186 91 174 0 0.51 0.06 0.27 307.58 0.41 0.54
Hex BA 5B AE 0 33 6 1B 134 29 36
Octal 272 133 256 0 63 6 33 464 51 66
Binary 10111010 1011011 10101110 0 110011 110 11011 100110100 101001 110110

Color Harmonies of #BA5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BAE

Black with #BA5BAE

Text Example


Text Example

White with #BA5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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