Html Css Color HEX #BA2EBA Fuchsia

📋 copy color: '#BA2EBA'

red 186 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #BA2EBA

Tints of Fuchsia #BA2EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 44.5%
G = 11%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA2EBA (or 0xBA2EBA) is known color: Fuchsia. HEX triplet: BA, 2E and BA. RGB value is (186,46,186). Sum of RGB (Red+Green+Blue) = 186+46+186=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA2EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EBA is #45D145. Grayscale: #676767. Windows color (decimal): -4575558 or 12201658. OLE color: 12201658.

HSL color Cylindrical-coordinate representation of color #BA2EBA: hue angle of 300º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2EBA is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 46 186 -
CMYK 0 0.75 0 0.27
HSL 300º 0.6% 0.45% -
HSV(B) 300º 0.75% 0.73% -
XYZ 30.09 15.94 47.94 -
YUV 103.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 186 46 186 0 0.75 0 0.27 300 0.6 0.45
Hex BA 2E BA 0 4B 0 1B 12C 3C 2D
Octal 272 56 272 0 113 0 33 454 74 55
Binary 10111010 101110 10111010 0 1001011 0 11011 100101100 111100 101101

Color Harmonies of #BA2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EBA

Black with #BA2EBA

Text Example


Text Example

White with #BA2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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