Html Css Color HEX #BA5FA8 Fuchsia

📋 copy color: '#BA5FA8'

red 186 ◦ green 95 ◦ blue 168

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

Shades of Fuchsia #BA5FA8

Tints of Fuchsia #BA5FA8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.16%

 BLUE value IS 168 (66.02% from 255) = 37.42%

R = 41.43%
G = 21.16%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA5FA8 (or 0xBA5FA8) is known color: Fuchsia. HEX triplet: BA, 5F and A8. RGB value is (186,95,168). Sum of RGB (Red+Green+Blue) = 186+95+168=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5FA8 is #45A057. Grayscale: #828282. Windows color (decimal): -4563032 or 11034554. OLE color: 11034554.

HSL color Cylindrical-coordinate representation of color #BA5FA8: hue angle of 311.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5FA8 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 95 168 -
CMYK 0 0.49 0.10 0.27
HSL 311.87º 0.4% 0.55% -
HSV(B) 311.87º 0.49% 0.73% -
XYZ 31.41 21.45 39.53 -
YUV 130.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 186 95 168 0 0.49 0.10 0.27 311.87 0.4 0.55
Hex BA 5F A8 0 31 A 1B 138 28 37
Octal 272 137 250 0 61 12 33 470 50 67
Binary 10111010 1011111 10101000 0 110001 1010 11011 100111000 101000 110111

Color Harmonies of #BA5FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FA8

Black with #BA5FA8

Text Example


Text Example

White with #BA5FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FA8; }

 p { color: rgb(186,95,168); }

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

background-color css

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

 a { background-color: rgb(186,95,168); }

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

border-color css

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

 span { border-color: rgb(186,95,168); }

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