Html Css Color HEX #BA52BF Fuchsia

📋 copy color: '#BA52BF'

red 186 ◦ green 82 ◦ blue 191

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

Shades of Fuchsia #BA52BF

Tints of Fuchsia #BA52BF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.86%

 BLUE value IS 191 (75% from 255) = 41.61%

R = 40.52%
G = 17.86%
B = 41.61%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA52BF (or 0xBA52BF) is known color: Fuchsia. HEX triplet: BA, 52 and BF. RGB value is (186,82,191). Sum of RGB (Red+Green+Blue) = 186+82+191=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA52BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52BF is #45AD40. Grayscale: #7D7D7D. Windows color (decimal): -4566337 or 12538554. OLE color: 12538554.

HSL color Cylindrical-coordinate representation of color #BA52BF: hue angle of 297.25º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA52BF is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 82 191 -
CMYK 0.03 0.57 0 0.25
HSL 297.25º 0.46% 0.54% -
HSV(B) 297.25º 0.57% 0.75% -
XYZ 32.67 20.24 51.47 -
YUV 125.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 186 82 191 0.03 0.57 0 0.25 297.25 0.46 0.54
Hex BA 52 BF 3 39 0 19 129 2E 36
Octal 272 122 277 3 71 0 31 451 56 66
Binary 10111010 1010010 10111111 11 111001 0 11001 100101001 101110 110110

Color Harmonies of #BA52BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52BF

Black with #BA52BF

Text Example


Text Example

White with #BA52BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52BF; }

 p { color: rgb(186,82,191); }

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

background-color css

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

 a { background-color: rgb(186,82,191); }

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

border-color css

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

 span { border-color: rgb(186,82,191); }

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