Html Css Color HEX #BA59B9 Fuchsia

📋 copy color: '#BA59B9'

red 186 ◦ green 89 ◦ blue 185

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

Shades of Fuchsia #BA59B9

Tints of Fuchsia #BA59B9

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.35%

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 40.43%
G = 19.35%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA59B9 (or 0xBA59B9) is known color: Fuchsia. HEX triplet: BA, 59 and B9. RGB value is (186,89,185). Sum of RGB (Red+Green+Blue) = 186+89+185=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59B9 is #45A646. Grayscale: #808080. Windows color (decimal): -4564551 or 12147130. OLE color: 12147130.

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

Color convert

RGB 186 89 185 -
CMYK 0 0.52 0.01 0.27
HSL 300.62º 0.41% 0.54% -
HSV(B) 300.62º 0.52% 0.73% -
XYZ 32.58 21.09 48.25 -
YUV 128.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 186 89 185 0 0.52 0.01 0.27 300.62 0.41 0.54
Hex BA 59 B9 0 34 1 1B 12D 29 36
Octal 272 131 271 0 64 1 33 455 51 66
Binary 10111010 1011001 10111001 0 110100 1 11011 100101101 101001 110110

Color Harmonies of #BA59B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59B9

Black with #BA59B9

Text Example


Text Example

White with #BA59B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59B9; }

 p { color: rgb(186,89,185); }

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

background-color css

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

 a { background-color: rgb(186,89,185); }

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

border-color css

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

 span { border-color: rgb(186,89,185); }

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