Html Css Color HEX #BA2EBE Fuchsia

📋 copy color: '#BA2EBE'

red 186 ◦ green 46 ◦ blue 190

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

Shades of Fuchsia #BA2EBE

Tints of Fuchsia #BA2EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.9%

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

R = 44.08%
G = 10.9%
B = 45.02%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA2EBE (or 0xBA2EBE) is known color: Fuchsia. HEX triplet: BA, 2E and BE. RGB value is (186,46,190). Sum of RGB (Red+Green+Blue) = 186+46+190=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA2EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EBE is #45D141. Grayscale: #676767. Windows color (decimal): -4575554 or 12463802. OLE color: 12463802.

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

Color convert

RGB 186 46 190 -
CMYK 0.02 0.76 0 0.25
HSL 298.33º 0.61% 0.46% -
HSV(B) 298.33º 0.76% 0.75% -
XYZ 30.52 16.11 50.22 -
YUV 104.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 186 46 190 0.02 0.76 0 0.25 298.33 0.61 0.46
Hex BA 2E BE 2 4C 0 19 12A 3D 2E
Octal 272 56 276 2 114 0 31 452 75 56
Binary 10111010 101110 10111110 10 1001100 0 11001 100101010 111101 101110

Color Harmonies of #BA2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EBE

Black with #BA2EBE

Text Example


Text Example

White with #BA2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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