Html Css Color HEX #BA2FBA Fuchsia

📋 copy color: '#BA2FBA'

red 186 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #BA2FBA

Tints of Fuchsia #BA2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.22%

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

R = 44.39%
G = 11.22%
B = 44.39%

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

#BA2FBA (or 0xBA2FBA) is known color: Fuchsia. HEX triplet: BA, 2F and BA. RGB value is (186,47,186). Sum of RGB (Red+Green+Blue) = 186+47+186=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA2FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FBA is #45D045. Grayscale: #676767. Windows color (decimal): -4575302 or 12201914. OLE color: 12201914.

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

Color convert

RGB 186 47 186 -
CMYK 0 0.75 0 0.27
HSL 300º 0.6% 0.46% -
HSV(B) 300º 0.75% 0.73% -
XYZ 30.13 16.02 47.96 -
YUV 104.41 174.05 186.2 -
System Red Green Blue C M Y K H S L
Decimal 186 47 186 0 0.75 0 0.27 300 0.6 0.46
Hex BA 2F BA 0 4B 0 1B 12C 3C 2E
Octal 272 57 272 0 113 0 33 454 74 56
Binary 10111010 101111 10111010 0 1001011 0 11011 100101100 111100 101110

Color Harmonies of #BA2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FBA

Black with #BA2FBA

Text Example


Text Example

White with #BA2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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