Html Css Color HEX #BA48BD Fuchsia

📋 copy color: '#BA48BD'

red 186 ◦ green 72 ◦ blue 189

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

Shades of Fuchsia #BA48BD

Tints of Fuchsia #BA48BD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.11%

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

R = 41.61%
G = 16.11%
B = 42.28%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA48BD (or 0xBA48BD) is known color: Fuchsia. HEX triplet: BA, 48 and BD. RGB value is (186,72,189). Sum of RGB (Red+Green+Blue) = 186+72+189=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA48BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48BD is #45B742. Grayscale: #777777. Windows color (decimal): -4568899 or 12404922. OLE color: 12404922.

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

Color convert

RGB 186 72 189 -
CMYK 0.02 0.62 0 0.26
HSL 298.46º 0.47% 0.51% -
HSV(B) 298.46º 0.62% 0.74% -
XYZ 31.75 18.75 50.09 -
YUV 119.42 167.27 175.49 -
System Red Green Blue C M Y K H S L
Decimal 186 72 189 0.02 0.62 0 0.26 298.46 0.47 0.51
Hex BA 48 BD 2 3E 0 1A 12A 2F 33
Octal 272 110 275 2 76 0 32 452 57 63
Binary 10111010 1001000 10111101 10 111110 0 11010 100101010 101111 110011

Color Harmonies of #BA48BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48BD

Black with #BA48BD

Text Example


Text Example

White with #BA48BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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