Html Css Color HEX #BA55BE Fuchsia

📋 copy color: '#BA55BE'

red 186 ◦ green 85 ◦ blue 190

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

Shades of Fuchsia #BA55BE

Tints of Fuchsia #BA55BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.44%

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 40.35%
G = 18.44%
B = 41.21%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA55BE (or 0xBA55BE) is known color: Fuchsia. HEX triplet: BA, 55 and BE. RGB value is (186,85,190). Sum of RGB (Red+Green+Blue) = 186+85+190=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA55BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55BE is #45AA41. Grayscale: #7E7E7E. Windows color (decimal): -4565570 or 12473786. OLE color: 12473786.

HSL color Cylindrical-coordinate representation of color #BA55BE: hue angle of 297.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA55BE is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 85 190 -
CMYK 0.02 0.55 0 0.25
HSL 297.71º 0.45% 0.54% -
HSV(B) 297.71º 0.55% 0.75% -
XYZ 32.79 20.65 50.97 -
YUV 127.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 186 85 190 0.02 0.55 0 0.25 297.71 0.45 0.54
Hex BA 55 BE 2 37 0 19 12A 2D 36
Octal 272 125 276 2 67 0 31 452 55 66
Binary 10111010 1010101 10111110 10 110111 0 11001 100101010 101101 110110

Color Harmonies of #BA55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55BE

Black with #BA55BE

Text Example


Text Example

White with #BA55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55BE; }

 p { color: rgb(186,85,190); }

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

background-color css

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

 a { background-color: rgb(186,85,190); }

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

border-color css

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

 span { border-color: rgb(186,85,190); }

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