Html Css Color HEX #BA48C0 Fuchsia

📋 copy color: '#BA48C0'

red 186 ◦ green 72 ◦ blue 192

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

Shades of Fuchsia #BA48C0

Tints of Fuchsia #BA48C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.67%

R = 41.33%
G = 16%
B = 42.67%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA48C0 (or 0xBA48C0) is known color: Fuchsia. HEX triplet: BA, 48 and C0. RGB value is (186,72,192). Sum of RGB (Red+Green+Blue) = 186+72+192=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA48C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48C0 is #45B73F. Grayscale: #777777. Windows color (decimal): -4568896 or 12601530. OLE color: 12601530.

HSL color Cylindrical-coordinate representation of color #BA48C0: hue angle of 297º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA48C0 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 72 192 -
CMYK 0.03 0.63 0 0.25
HSL 297º 0.49% 0.52% -
HSV(B) 297º 0.63% 0.75% -
XYZ 32.08 18.88 51.82 -
YUV 119.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 186 72 192 0.03 0.63 0 0.25 297 0.49 0.52
Hex BA 48 C0 3 3F 0 19 129 31 34
Octal 272 110 300 3 77 0 31 451 61 64
Binary 10111010 1001000 11000000 11 111111 0 11001 100101001 110001 110100

Color Harmonies of #BA48C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48C0

Black with #BA48C0

Text Example


Text Example

White with #BA48C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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