Html Css Color HEX #BA49BB Fuchsia

📋 copy color: '#BA49BB'

red 186 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #BA49BB

Tints of Fuchsia #BA49BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.37%

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 41.7%
G = 16.37%
B = 41.93%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA49BB (or 0xBA49BB) is known color: Fuchsia. HEX triplet: BA, 49 and BB. RGB value is (186,73,187). Sum of RGB (Red+Green+Blue) = 186+73+187=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA49BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49BB is #45B644. Grayscale: #777777. Windows color (decimal): -4568645 or 12274106. OLE color: 12274106.

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

Color convert

RGB 186 73 187 -
CMYK 0.01 0.61 0 0.27
HSL 299.47º 0.46% 0.51% -
HSV(B) 299.47º 0.61% 0.73% -
XYZ 31.6 18.79 48.98 -
YUV 119.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 186 73 187 0.01 0.61 0 0.27 299.47 0.46 0.51
Hex BA 49 BB 1 3D 0 1B 12B 2E 33
Octal 272 111 273 1 75 0 33 453 56 63
Binary 10111010 1001001 10111011 1 111101 0 11011 100101011 101110 110011

Color Harmonies of #BA49BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49BB

Black with #BA49BB

Text Example


Text Example

White with #BA49BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49BB; }

 p { color: rgb(186,73,187); }

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

background-color css

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

 a { background-color: rgb(186,73,187); }

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

border-color css

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

 span { border-color: rgb(186,73,187); }

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