Html Css Color HEX #BA28B6 Fuchsia

📋 copy color: '#BA28B6'

red 186 ◦ green 40 ◦ blue 182

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

Shades of Fuchsia #BA28B6

Tints of Fuchsia #BA28B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.61%

R = 45.59%
G = 9.8%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA28B6 (or 0xBA28B6) is known color: Fuchsia. HEX triplet: BA, 28 and B6. RGB value is (186,40,182). Sum of RGB (Red+Green+Blue) = 186+40+182=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28B6 is #45D749. Grayscale: #636363. Windows color (decimal): -4577098 or 11937978. OLE color: 11937978.

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

Color convert

RGB 186 40 182 -
CMYK 0 0.78 0.02 0.27
HSL 301.64º 0.65% 0.44% -
HSV(B) 301.64º 0.78% 0.73% -
XYZ 29.45 15.33 45.66 -
YUV 99.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 186 40 182 0 0.78 0.02 0.27 301.64 0.65 0.44
Hex BA 28 B6 0 4E 2 1B 12E 41 2C
Octal 272 50 266 0 116 2 33 456 101 54
Binary 10111010 101000 10110110 0 1001110 10 11011 100101110 1000001 101100

Color Harmonies of #BA28B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28B6

Black with #BA28B6

Text Example


Text Example

White with #BA28B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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