Html Css Color HEX #BA28B1 Fuchsia

📋 copy color: '#BA28B1'

red 186 ◦ green 40 ◦ blue 177

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

Shades of Fuchsia #BA28B1

Tints of Fuchsia #BA28B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.92%

R = 46.15%
G = 9.93%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA28B1 (or 0xBA28B1) is known color: Fuchsia. HEX triplet: BA, 28 and B1. RGB value is (186,40,177). Sum of RGB (Red+Green+Blue) = 186+40+177=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA28B1 is #45D74E. Grayscale: #626262. Windows color (decimal): -4577103 or 11610298. OLE color: 11610298.

HSL color Cylindrical-coordinate representation of color #BA28B1: hue angle of 303.7º 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 #BA28B1 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 40 177 -
CMYK 0 0.78 0.05 0.27
HSL 303.7º 0.65% 0.44% -
HSV(B) 303.7º 0.78% 0.73% -
XYZ 28.94 15.13 42.99 -
YUV 99.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 186 40 177 0 0.78 0.05 0.27 303.7 0.65 0.44
Hex BA 28 B1 0 4E 5 1B 130 41 2C
Octal 272 50 261 0 116 5 33 460 101 54
Binary 10111010 101000 10110001 0 1001110 101 11011 100110000 1000001 101100

Color Harmonies of #BA28B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28B1

Black with #BA28B1

Text Example


Text Example

White with #BA28B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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