Html Css Color HEX #BA28B5 Fuchsia

📋 copy color: '#BA28B5'

red 186 ◦ green 40 ◦ blue 181

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

Shades of Fuchsia #BA28B5

Tints of Fuchsia #BA28B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 45.7%
G = 9.83%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA28B5 (or 0xBA28B5) is known color: Fuchsia. HEX triplet: BA, 28 and B5. RGB value is (186,40,181). Sum of RGB (Red+Green+Blue) = 186+40+181=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28B5 is #45D74A. Grayscale: #636363. Windows color (decimal): -4577099 or 11872442. OLE color: 11872442.

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

Color convert

RGB 186 40 181 -
CMYK 0 0.78 0.03 0.27
HSL 302.05º 0.65% 0.44% -
HSV(B) 302.05º 0.78% 0.73% -
XYZ 29.35 15.29 45.12 -
YUV 99.73 173.87 189.54 -
System Red Green Blue C M Y K H S L
Decimal 186 40 181 0 0.78 0.03 0.27 302.05 0.65 0.44
Hex BA 28 B5 0 4E 3 1B 12E 41 2C
Octal 272 50 265 0 116 3 33 456 101 54
Binary 10111010 101000 10110101 0 1001110 11 11011 100101110 1000001 101100

Color Harmonies of #BA28B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28B5

Black with #BA28B5

Text Example


Text Example

White with #BA28B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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