Html Css Color HEX #BA29B8 Fuchsia

📋 copy color: '#BA29B8'

red 186 ◦ green 41 ◦ blue 184

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

Shades of Fuchsia #BA29B8

Tints of Fuchsia #BA29B8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.98%

 BLUE value IS 184 (72.27% from 255) = 44.77%

R = 45.26%
G = 9.98%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA29B8 (or 0xBA29B8) is known color: Fuchsia. HEX triplet: BA, 29 and B8. RGB value is (186,41,184). Sum of RGB (Red+Green+Blue) = 186+41+184=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29B8 is #45D647. Grayscale: #646464. Windows color (decimal): -4576840 or 12069306. OLE color: 12069306.

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

Color convert

RGB 186 41 184 -
CMYK 0 0.78 0.01 0.27
HSL 300.83º 0.64% 0.45% -
HSV(B) 300.83º 0.78% 0.73% -
XYZ 29.69 15.49 46.77 -
YUV 100.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 186 41 184 0 0.78 0.01 0.27 300.83 0.64 0.45
Hex BA 29 B8 0 4E 1 1B 12D 40 2D
Octal 272 51 270 0 116 1 33 455 100 55
Binary 10111010 101001 10111000 0 1001110 1 11011 100101101 1000000 101101

Color Harmonies of #BA29B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29B8

Black with #BA29B8

Text Example


Text Example

White with #BA29B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29B8; }

 p { color: rgb(186,41,184); }

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

background-color css

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

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

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

border-color css

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

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

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