Html Css Color HEX #BA48B9 Fuchsia

📋 copy color: '#BA48B9'

red 186 ◦ green 72 ◦ blue 185

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

Shades of Fuchsia #BA48B9

Tints of Fuchsia #BA48B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.76%

R = 41.99%
G = 16.25%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA48B9 (or 0xBA48B9) is known color: Fuchsia. HEX triplet: BA, 48 and B9. RGB value is (186,72,185). Sum of RGB (Red+Green+Blue) = 186+72+185=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48B9 is #45B746. Grayscale: #767676. Windows color (decimal): -4568903 or 12142778. OLE color: 12142778.

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

Color convert

RGB 186 72 185 -
CMYK 0 0.61 0.01 0.27
HSL 300.53º 0.45% 0.51% -
HSV(B) 300.53º 0.61% 0.73% -
XYZ 31.32 18.58 47.83 -
YUV 118.97 165.27 175.81 -
System Red Green Blue C M Y K H S L
Decimal 186 72 185 0 0.61 0.01 0.27 300.53 0.45 0.51
Hex BA 48 B9 0 3D 1 1B 12D 2D 33
Octal 272 110 271 0 75 1 33 455 55 63
Binary 10111010 1001000 10111001 0 111101 1 11011 100101101 101101 110011

Color Harmonies of #BA48B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48B9

Black with #BA48B9

Text Example


Text Example

White with #BA48B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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