Html Css Color HEX #BA59B6 Fuchsia

📋 copy color: '#BA59B6'

red 186 ◦ green 89 ◦ blue 182

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

Shades of Fuchsia #BA59B6

Tints of Fuchsia #BA59B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.82%

R = 40.7%
G = 19.47%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA59B6 (or 0xBA59B6) is known color: Fuchsia. HEX triplet: BA, 59 and B6. RGB value is (186,89,182). Sum of RGB (Red+Green+Blue) = 186+89+182=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59B6 is #45A649. Grayscale: #808080. Windows color (decimal): -4564554 or 11950522. OLE color: 11950522.

HSL color Cylindrical-coordinate representation of color #BA59B6: hue angle of 302.47º 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 #BA59B6 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 89 182 -
CMYK 0 0.52 0.02 0.27
HSL 302.47º 0.41% 0.54% -
HSV(B) 302.47º 0.52% 0.73% -
XYZ 32.27 20.96 46.6 -
YUV 128.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 186 89 182 0 0.52 0.02 0.27 302.47 0.41 0.54
Hex BA 59 B6 0 34 2 1B 12E 29 36
Octal 272 131 266 0 64 2 33 456 51 66
Binary 10111010 1011001 10110110 0 110100 10 11011 100101110 101001 110110

Color Harmonies of #BA59B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59B6

Black with #BA59B6

Text Example


Text Example

White with #BA59B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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