Html Css Color HEX #BA52BD Fuchsia

📋 copy color: '#BA52BD'

red 186 ◦ green 82 ◦ blue 189

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

Shades of Fuchsia #BA52BD

Tints of Fuchsia #BA52BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 40.7%
G = 17.94%
B = 41.36%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA52BD (or 0xBA52BD) is known color: Fuchsia. HEX triplet: BA, 52 and BD. RGB value is (186,82,189). Sum of RGB (Red+Green+Blue) = 186+82+189=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA52BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52BD is #45AD42. Grayscale: #7C7C7C. Windows color (decimal): -4566339 or 12407482. OLE color: 12407482.

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

Color convert

RGB 186 82 189 -
CMYK 0.02 0.57 0 0.26
HSL 298.32º 0.45% 0.53% -
HSV(B) 298.32º 0.57% 0.74% -
XYZ 32.45 20.15 50.32 -
YUV 125.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 186 82 189 0.02 0.57 0 0.26 298.32 0.45 0.53
Hex BA 52 BD 2 39 0 1A 12A 2D 35
Octal 272 122 275 2 71 0 32 452 55 65
Binary 10111010 1010010 10111101 10 111001 0 11010 100101010 101101 110101

Color Harmonies of #BA52BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52BD

Black with #BA52BD

Text Example


Text Example

White with #BA52BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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