Html Css Color HEX #BA48C5 Fuchsia

📋 copy color: '#BA48C5'

red 186 ◦ green 72 ◦ blue 197

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

Shades of Fuchsia #BA48C5

Tints of Fuchsia #BA48C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.3%

R = 40.88%
G = 15.82%
B = 43.3%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA48C5 (or 0xBA48C5) is known color: Fuchsia. HEX triplet: BA, 48 and C5. RGB value is (186,72,197). Sum of RGB (Red+Green+Blue) = 186+72+197=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA48C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48C5 is #45B73A. Grayscale: #777777. Windows color (decimal): -4568891 or 12929210. OLE color: 12929210.

HSL color Cylindrical-coordinate representation of color #BA48C5: hue angle of 294.72º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA48C5 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 72 197 -
CMYK 0.06 0.63 0 0.23
HSL 294.72º 0.52% 0.53% -
HSV(B) 294.72º 0.63% 0.77% -
XYZ 32.65 19.11 54.79 -
YUV 120.34 171.27 174.84 -
System Red Green Blue C M Y K H S L
Decimal 186 72 197 0.06 0.63 0 0.23 294.72 0.52 0.53
Hex BA 48 C5 6 3F 0 17 127 34 35
Octal 272 110 305 6 77 0 27 447 64 65
Binary 10111010 1001000 11000101 110 111111 0 10111 100100111 110100 110101

Color Harmonies of #BA48C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48C5

Black with #BA48C5

Text Example


Text Example

White with #BA48C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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