Html Css Color HEX #BA54B6 Fuchsia

📋 copy color: '#BA54B6'

red 186 ◦ green 84 ◦ blue 182

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

Shades of Fuchsia #BA54B6

Tints of Fuchsia #BA54B6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.58%

 BLUE value IS 182 (71.48% from 255) = 40.27%

R = 41.15%
G = 18.58%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA54B6 (or 0xBA54B6) is known color: Fuchsia. HEX triplet: BA, 54 and B6. RGB value is (186,84,182). Sum of RGB (Red+Green+Blue) = 186+84+182=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54B6 is #45AB49. Grayscale: #7D7D7D. Windows color (decimal): -4565834 or 11949242. OLE color: 11949242.

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

Color convert

RGB 186 84 182 -
CMYK 0 0.55 0.02 0.27
HSL 302.35º 0.43% 0.53% -
HSV(B) 302.35º 0.55% 0.73% -
XYZ 31.86 20.16 46.47 -
YUV 125.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 186 84 182 0 0.55 0.02 0.27 302.35 0.43 0.53
Hex BA 54 B6 0 37 2 1B 12E 2A 35
Octal 272 124 266 0 67 2 33 456 52 65
Binary 10111010 1010100 10110110 0 110111 10 11011 100101110 101010 110101

Color Harmonies of #BA54B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54B6

Black with #BA54B6

Text Example


Text Example

White with #BA54B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54B6; }

 p { color: rgb(186,84,182); }

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

background-color css

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

 a { background-color: rgb(186,84,182); }

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

border-color css

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

 span { border-color: rgb(186,84,182); }

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