Html Css Color HEX #BA4EBE Fuchsia

📋 copy color: '#BA4EBE'

red 186 ◦ green 78 ◦ blue 190

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

Shades of Fuchsia #BA4EBE

Tints of Fuchsia #BA4EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.18%

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

R = 40.97%
G = 17.18%
B = 41.85%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA4EBE (or 0xBA4EBE) is known color: Fuchsia. HEX triplet: BA, 4E and BE. RGB value is (186,78,190). Sum of RGB (Red+Green+Blue) = 186+78+190=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA4EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EBE is #45B141. Grayscale: #7A7A7A. Windows color (decimal): -4567362 or 12471994. OLE color: 12471994.

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

Color convert

RGB 186 78 190 -
CMYK 0.02 0.59 0 0.25
HSL 297.86º 0.46% 0.53% -
HSV(B) 297.86º 0.59% 0.75% -
XYZ 32.27 19.61 50.8 -
YUV 123.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 186 78 190 0.02 0.59 0 0.25 297.86 0.46 0.53
Hex BA 4E BE 2 3B 0 19 12A 2E 35
Octal 272 116 276 2 73 0 31 452 56 65
Binary 10111010 1001110 10111110 10 111011 0 11001 100101010 101110 110101

Color Harmonies of #BA4EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EBE

Black with #BA4EBE

Text Example


Text Example

White with #BA4EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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