Html Css Color HEX #BA59B7 Fuchsia

📋 copy color: '#BA59B7'

red 186 ◦ green 89 ◦ blue 183

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

Shades of Fuchsia #BA59B7

Tints of Fuchsia #BA59B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.96%

R = 40.61%
G = 19.43%
B = 39.96%

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

#BA59B7 (or 0xBA59B7) is known color: Fuchsia. HEX triplet: BA, 59 and B7. RGB value is (186,89,183). Sum of RGB (Red+Green+Blue) = 186+89+183=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59B7 is #45A648. Grayscale: #808080. Windows color (decimal): -4564553 or 12016058. OLE color: 12016058.

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

Color convert

RGB 186 89 183 -
CMYK 0 0.52 0.02 0.27
HSL 301.86º 0.41% 0.54% -
HSV(B) 301.86º 0.52% 0.73% -
XYZ 32.37 21 47.15 -
YUV 128.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 186 89 183 0 0.52 0.02 0.27 301.86 0.41 0.54
Hex BA 59 B7 0 34 2 1B 12E 29 36
Octal 272 131 267 0 64 2 33 456 51 66
Binary 10111010 1011001 10110111 0 110100 10 11011 100101110 101001 110110

Color Harmonies of #BA59B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59B7

Black with #BA59B7

Text Example


Text Example

White with #BA59B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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