Html Css Color HEX #BA5AB0 Fuchsia

📋 copy color: '#BA5AB0'

red 186 ◦ green 90 ◦ blue 176

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

Shades of Fuchsia #BA5AB0

Tints of Fuchsia #BA5AB0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.91%

 BLUE value IS 176 (69.14% from 255) = 38.94%

R = 41.15%
G = 19.91%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA5AB0 (or 0xBA5AB0) is known color: Fuchsia. HEX triplet: BA, 5A and B0. RGB value is (186,90,176). Sum of RGB (Red+Green+Blue) = 186+90+176=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5AB0 is #45A54F. Grayscale: #808080. Windows color (decimal): -4564304 or 11557562. OLE color: 11557562.

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

Color convert

RGB 186 90 176 -
CMYK 0 0.52 0.05 0.27
HSL 306.25º 0.41% 0.54% -
HSV(B) 306.25º 0.52% 0.73% -
XYZ 31.74 20.89 43.43 -
YUV 128.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 186 90 176 0 0.52 0.05 0.27 306.25 0.41 0.54
Hex BA 5A B0 0 34 5 1B 132 29 36
Octal 272 132 260 0 64 5 33 462 51 66
Binary 10111010 1011010 10110000 0 110100 101 11011 100110010 101001 110110

Color Harmonies of #BA5AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AB0

Black with #BA5AB0

Text Example


Text Example

White with #BA5AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AB0; }

 p { color: rgb(186,90,176); }

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

background-color css

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

 a { background-color: rgb(186,90,176); }

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

border-color css

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

 span { border-color: rgb(186,90,176); }

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