Html Css Color HEX #BA50BA Fuchsia

📋 copy color: '#BA50BA'

red 186 ◦ green 80 ◦ blue 186

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

Shades of Fuchsia #BA50BA

Tints of Fuchsia #BA50BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.7%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 41.15%
G = 17.7%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA50BA (or 0xBA50BA) is known color: Fuchsia. HEX triplet: BA, 50 and BA. RGB value is (186,80,186). Sum of RGB (Red+Green+Blue) = 186+80+186=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA50BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50BA is #45AF45. Grayscale: #7B7B7B. Windows color (decimal): -4566854 or 12210362. OLE color: 12210362.

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

Color convert

RGB 186 80 186 -
CMYK 0 0.57 0 0.27
HSL 300º 0.43% 0.52% -
HSV(B) 300º 0.57% 0.73% -
XYZ 31.98 19.72 48.58 -
YUV 123.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 186 80 186 0 0.57 0 0.27 300 0.43 0.52
Hex BA 50 BA 0 39 0 1B 12C 2B 34
Octal 272 120 272 0 71 0 33 454 53 64
Binary 10111010 1010000 10111010 0 111001 0 11011 100101100 101011 110100

Color Harmonies of #BA50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50BA

Black with #BA50BA

Text Example


Text Example

White with #BA50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50BA; }

 p { color: rgb(186,80,186); }

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

background-color css

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

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

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

border-color css

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

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

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