Html Css Color HEX #BA44BD Fuchsia

📋 copy color: '#BA44BD'

red 186 ◦ green 68 ◦ blue 189

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

Shades of Fuchsia #BA44BD

Tints of Fuchsia #BA44BD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.35%

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 41.99%
G = 15.35%
B = 42.66%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA44BD (or 0xBA44BD) is known color: Fuchsia. HEX triplet: BA, 44 and BD. RGB value is (186,68,189). Sum of RGB (Red+Green+Blue) = 186+68+189=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA44BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44BD is #45BB42. Grayscale: #747474. Windows color (decimal): -4569923 or 12403898. OLE color: 12403898.

HSL color Cylindrical-coordinate representation of color #BA44BD: hue angle of 298.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA44BD is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 68 189 -
CMYK 0.02 0.64 0 0.26
HSL 298.51º 0.48% 0.5% -
HSV(B) 298.51º 0.64% 0.74% -
XYZ 31.5 18.25 50.01 -
YUV 117.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 186 68 189 0.02 0.64 0 0.26 298.51 0.48 0.5
Hex BA 44 BD 2 40 0 1A 12B 30 32
Octal 272 104 275 2 100 0 32 453 60 62
Binary 10111010 1000100 10111101 10 1000000 0 11010 100101011 110000 110010

Color Harmonies of #BA44BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44BD

Black with #BA44BD

Text Example


Text Example

White with #BA44BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44BD; }

 p { color: rgb(186,68,189); }

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

background-color css

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

 a { background-color: rgb(186,68,189); }

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

border-color css

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

 span { border-color: rgb(186,68,189); }

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