Html Css Color HEX #BA28BA Fuchsia

📋 copy color: '#BA28BA'

red 186 ◦ green 40 ◦ blue 186

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

Shades of Fuchsia #BA28BA

Tints of Fuchsia #BA28BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.71%

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

R = 45.15%
G = 9.71%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA28BA (or 0xBA28BA) is known color: Fuchsia. HEX triplet: BA, 28 and BA. RGB value is (186,40,186). Sum of RGB (Red+Green+Blue) = 186+40+186=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA28BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28BA is #45D745. Grayscale: #636363. Windows color (decimal): -4577094 or 12200122. OLE color: 12200122.

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

Color convert

RGB 186 40 186 -
CMYK 0 0.78 0 0.27
HSL 300º 0.65% 0.44% -
HSV(B) 300º 0.78% 0.73% -
XYZ 29.87 15.5 47.87 -
YUV 100.3 176.37 189.13 -
System Red Green Blue C M Y K H S L
Decimal 186 40 186 0 0.78 0 0.27 300 0.65 0.44
Hex BA 28 BA 0 4E 0 1B 12C 41 2C
Octal 272 50 272 0 116 0 33 454 101 54
Binary 10111010 101000 10111010 0 1001110 0 11011 100101100 1000001 101100

Color Harmonies of #BA28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28BA

Black with #BA28BA

Text Example


Text Example

White with #BA28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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