Html Css Color HEX #BA51C4 Fuchsia

📋 copy color: '#BA51C4'

red 186 ◦ green 81 ◦ blue 196

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

Shades of Fuchsia #BA51C4

Tints of Fuchsia #BA51C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.33%

R = 40.17%
G = 17.49%
B = 42.33%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA51C4 (or 0xBA51C4) is known color: Fuchsia. HEX triplet: BA, 51 and C4. RGB value is (186,81,196). Sum of RGB (Red+Green+Blue) = 186+81+196=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA51C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51C4 is #45AE3B. Grayscale: #7D7D7D. Windows color (decimal): -4566588 or 12865978. OLE color: 12865978.

HSL color Cylindrical-coordinate representation of color #BA51C4: hue angle of 294.78º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA51C4 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 81 196 -
CMYK 0.05 0.59 0 0.23
HSL 294.78º 0.49% 0.54% -
HSV(B) 294.78º 0.59% 0.77% -
XYZ 33.16 20.31 54.4 -
YUV 125.51 167.79 171.15 -
System Red Green Blue C M Y K H S L
Decimal 186 81 196 0.05 0.59 0 0.23 294.78 0.49 0.54
Hex BA 51 C4 5 3B 0 17 127 31 36
Octal 272 121 304 5 73 0 27 447 61 66
Binary 10111010 1010001 11000100 101 111011 0 10111 100100111 110001 110110

Color Harmonies of #BA51C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51C4

Black with #BA51C4

Text Example


Text Example

White with #BA51C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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