Html Css Color HEX #BA51A8 Fuchsia

📋 copy color: '#BA51A8'

red 186 ◦ green 81 ◦ blue 168

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

Shades of Fuchsia #BA51A8

Tints of Fuchsia #BA51A8

RGB

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

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

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

R = 42.76%
G = 18.62%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA51A8 (or 0xBA51A8) is known color: Fuchsia. HEX triplet: BA, 51 and A8. RGB value is (186,81,168). Sum of RGB (Red+Green+Blue) = 186+81+168=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51A8 is #45AE57. Grayscale: #7A7A7A. Windows color (decimal): -4566616 or 11030970. OLE color: 11030970.

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

Color convert

RGB 186 81 168 -
CMYK 0 0.56 0.10 0.27
HSL 310.29º 0.43% 0.52% -
HSV(B) 310.29º 0.56% 0.73% -
XYZ 30.26 19.15 39.15 -
YUV 122.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 186 81 168 0 0.56 0.10 0.27 310.29 0.43 0.52
Hex BA 51 A8 0 38 A 1B 136 2B 34
Octal 272 121 250 0 70 12 33 466 53 64
Binary 10111010 1010001 10101000 0 111000 1010 11011 100110110 101011 110100

Color Harmonies of #BA51A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51A8

Black with #BA51A8

Text Example


Text Example

White with #BA51A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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