Html Css Color HEX #BA5AB8 Fuchsia

📋 copy color: '#BA5AB8'

red 186 ◦ green 90 ◦ blue 184

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

Shades of Fuchsia #BA5AB8

Tints of Fuchsia #BA5AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40%

R = 40.43%
G = 19.57%
B = 40%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA5AB8 (or 0xBA5AB8) is known color: Fuchsia. HEX triplet: BA, 5A and B8. RGB value is (186,90,184). Sum of RGB (Red+Green+Blue) = 186+90+184=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AB8 is #45A547. Grayscale: #818181. Windows color (decimal): -4564296 or 12081850. OLE color: 12081850.

HSL color Cylindrical-coordinate representation of color #BA5AB8: hue angle of 301.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 #BA5AB8 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 90 184 -
CMYK 0 0.52 0.01 0.27
HSL 301.25º 0.41% 0.54% -
HSV(B) 301.25º 0.52% 0.73% -
XYZ 32.56 21.21 47.73 -
YUV 129.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 186 90 184 0 0.52 0.01 0.27 301.25 0.41 0.54
Hex BA 5A B8 0 34 1 1B 12D 29 36
Octal 272 132 270 0 64 1 33 455 51 66
Binary 10111010 1011010 10111000 0 110100 1 11011 100101101 101001 110110

Color Harmonies of #BA5AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AB8

Black with #BA5AB8

Text Example


Text Example

White with #BA5AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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