Html Css Color HEX #BA58BD Fuchsia

📋 copy color: '#BA58BD'

red 186 ◦ green 88 ◦ blue 189

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

Shades of Fuchsia #BA58BD

Tints of Fuchsia #BA58BD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.01%

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

R = 40.17%
G = 19.01%
B = 40.82%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA58BD (or 0xBA58BD) is known color: Fuchsia. HEX triplet: BA, 58 and BD. RGB value is (186,88,189). Sum of RGB (Red+Green+Blue) = 186+88+189=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA58BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58BD is #45A742. Grayscale: #808080. Windows color (decimal): -4564803 or 12409018. OLE color: 12409018.

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

Color convert

RGB 186 88 189 -
CMYK 0.02 0.53 0 0.26
HSL 298.22º 0.43% 0.54% -
HSV(B) 298.22º 0.53% 0.74% -
XYZ 32.92 21.09 50.48 -
YUV 128.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 186 88 189 0.02 0.53 0 0.26 298.22 0.43 0.54
Hex BA 58 BD 2 35 0 1A 12A 2B 36
Octal 272 130 275 2 65 0 32 452 53 66
Binary 10111010 1011000 10111101 10 110101 0 11010 100101010 101011 110110

Color Harmonies of #BA58BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58BD

Black with #BA58BD

Text Example


Text Example

White with #BA58BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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