Html Css Color HEX #BA52BE Fuchsia

📋 copy color: '#BA52BE'

red 186 ◦ green 82 ◦ blue 190

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

Shades of Fuchsia #BA52BE

Tints of Fuchsia #BA52BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 40.61%
G = 17.9%
B = 41.48%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA52BE (or 0xBA52BE) is known color: Fuchsia. HEX triplet: BA, 52 and BE. RGB value is (186,82,190). Sum of RGB (Red+Green+Blue) = 186+82+190=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA52BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52BE is #45AD41. Grayscale: #7D7D7D. Windows color (decimal): -4566338 or 12473018. OLE color: 12473018.

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

Color convert

RGB 186 82 190 -
CMYK 0.02 0.57 0 0.25
HSL 297.78º 0.45% 0.53% -
HSV(B) 297.78º 0.57% 0.75% -
XYZ 32.56 20.19 50.9 -
YUV 125.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 186 82 190 0.02 0.57 0 0.25 297.78 0.45 0.53
Hex BA 52 BE 2 39 0 19 12A 2D 35
Octal 272 122 276 2 71 0 31 452 55 65
Binary 10111010 1010010 10111110 10 111001 0 11001 100101010 101101 110101

Color Harmonies of #BA52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52BE

Black with #BA52BE

Text Example


Text Example

White with #BA52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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