Html Css Color HEX #BA48B6 Fuchsia

📋 copy color: '#BA48B6'

red 186 ◦ green 72 ◦ blue 182

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

Shades of Fuchsia #BA48B6

Tints of Fuchsia #BA48B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.36%

R = 42.27%
G = 16.36%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA48B6 (or 0xBA48B6) is known color: Fuchsia. HEX triplet: BA, 48 and B6. RGB value is (186,72,182). Sum of RGB (Red+Green+Blue) = 186+72+182=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48B6 is #45B749. Grayscale: #767676. Windows color (decimal): -4568906 or 11946170. OLE color: 11946170.

HSL color Cylindrical-coordinate representation of color #BA48B6: hue angle of 302.11º 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 #BA48B6 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 72 182 -
CMYK 0 0.61 0.02 0.27
HSL 302.11º 0.45% 0.51% -
HSV(B) 302.11º 0.61% 0.73% -
XYZ 31.01 18.45 46.18 -
YUV 118.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 186 72 182 0 0.61 0.02 0.27 302.11 0.45 0.51
Hex BA 48 B6 0 3D 2 1B 12E 2D 33
Octal 272 110 266 0 75 2 33 456 55 63
Binary 10111010 1001000 10110110 0 111101 10 11011 100101110 101101 110011

Color Harmonies of #BA48B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48B6

Black with #BA48B6

Text Example


Text Example

White with #BA48B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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