Html Css Color HEX #BA53BB Fuchsia

📋 copy color: '#BA53BB'

red 186 ◦ green 83 ◦ blue 187

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

Shades of Fuchsia #BA53BB

Tints of Fuchsia #BA53BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.2%

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

R = 40.79%
G = 18.2%
B = 41.01%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA53BB (or 0xBA53BB) is known color: Fuchsia. HEX triplet: BA, 53 and BB. RGB value is (186,83,187). Sum of RGB (Red+Green+Blue) = 186+83+187=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA53BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53BB is #45AC44. Grayscale: #7D7D7D. Windows color (decimal): -4566085 or 12276666. OLE color: 12276666.

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

Color convert

RGB 186 83 187 -
CMYK 0.01 0.56 0 0.27
HSL 299.42º 0.43% 0.53% -
HSV(B) 299.42º 0.56% 0.73% -
XYZ 32.31 20.21 49.21 -
YUV 125.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 186 83 187 0.01 0.56 0 0.27 299.42 0.43 0.53
Hex BA 53 BB 1 38 0 1B 12B 2B 35
Octal 272 123 273 1 70 0 33 453 53 65
Binary 10111010 1010011 10111011 1 111000 0 11011 100101011 101011 110101

Color Harmonies of #BA53BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53BB

Black with #BA53BB

Text Example


Text Example

White with #BA53BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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