Html Css Color HEX #BA28BB Fuchsia

📋 copy color: '#BA28BB'

red 186 ◦ green 40 ◦ blue 187

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

Shades of Fuchsia #BA28BB

Tints of Fuchsia #BA28BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 45.04%
G = 9.69%
B = 45.28%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA28BB (or 0xBA28BB) is known color: Fuchsia. HEX triplet: BA, 28 and BB. RGB value is (186,40,187). Sum of RGB (Red+Green+Blue) = 186+40+187=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA28BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28BB is #45D744. Grayscale: #636363. Windows color (decimal): -4577093 or 12265658. OLE color: 12265658.

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

Color convert

RGB 186 40 187 -
CMYK 0.01 0.79 0 0.27
HSL 299.59º 0.65% 0.45% -
HSV(B) 299.59º 0.79% 0.73% -
XYZ 29.98 15.54 48.43 -
YUV 100.41 176.87 189.05 -
System Red Green Blue C M Y K H S L
Decimal 186 40 187 0.01 0.79 0 0.27 299.59 0.65 0.45
Hex BA 28 BB 1 4F 0 1B 12C 41 2D
Octal 272 50 273 1 117 0 33 454 101 55
Binary 10111010 101000 10111011 1 1001111 0 11011 100101100 1000001 101101

Color Harmonies of #BA28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28BB

Black with #BA28BB

Text Example


Text Example

White with #BA28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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