Html Css Color HEX #BA59B5 Fuchsia

📋 copy color: '#BA59B5'

red 186 ◦ green 89 ◦ blue 181

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

Shades of Fuchsia #BA59B5

Tints of Fuchsia #BA59B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.69%

R = 40.79%
G = 19.52%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA59B5 (or 0xBA59B5) is known color: Fuchsia. HEX triplet: BA, 59 and B5. RGB value is (186,89,181). Sum of RGB (Red+Green+Blue) = 186+89+181=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59B5 is #45A64A. Grayscale: #808080. Windows color (decimal): -4564555 or 11884986. OLE color: 11884986.

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

Color convert

RGB 186 89 181 -
CMYK 0 0.52 0.03 0.27
HSL 303.09º 0.41% 0.54% -
HSV(B) 303.09º 0.52% 0.73% -
XYZ 32.16 20.92 46.06 -
YUV 128.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 186 89 181 0 0.52 0.03 0.27 303.09 0.41 0.54
Hex BA 59 B5 0 34 3 1B 12F 29 36
Octal 272 131 265 0 64 3 33 457 51 66
Binary 10111010 1011001 10110101 0 110100 11 11011 100101111 101001 110110

Color Harmonies of #BA59B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59B5

Black with #BA59B5

Text Example


Text Example

White with #BA59B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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