Html Css Color HEX #BA51AF Fuchsia

📋 copy color: '#BA51AF'

red 186 ◦ green 81 ◦ blue 175

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

Shades of Fuchsia #BA51AF

Tints of Fuchsia #BA51AF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.33%

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 42.08%
G = 18.33%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA51AF (or 0xBA51AF) is known color: Fuchsia. HEX triplet: BA, 51 and AF. RGB value is (186,81,175). Sum of RGB (Red+Green+Blue) = 186+81+175=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51AF is #45AE50. Grayscale: #7A7A7A. Windows color (decimal): -4566609 or 11489722. OLE color: 11489722.

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

Color convert

RGB 186 81 175 -
CMYK 0 0.56 0.06 0.27
HSL 306.29º 0.43% 0.52% -
HSV(B) 306.29º 0.56% 0.73% -
XYZ 30.93 19.42 42.68 -
YUV 123.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 186 81 175 0 0.56 0.06 0.27 306.29 0.43 0.52
Hex BA 51 AF 0 38 6 1B 132 2B 34
Octal 272 121 257 0 70 6 33 462 53 64
Binary 10111010 1010001 10101111 0 111000 110 11011 100110010 101011 110100

Color Harmonies of #BA51AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51AF

Black with #BA51AF

Text Example


Text Example

White with #BA51AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51AF; }

 p { color: rgb(186,81,175); }

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

background-color css

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

 a { background-color: rgb(186,81,175); }

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

border-color css

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

 span { border-color: rgb(186,81,175); }

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