Html Css Color HEX #BA51BA Fuchsia

📋 copy color: '#BA51BA'

red 186 ◦ green 81 ◦ blue 186

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

Shades of Fuchsia #BA51BA

Tints of Fuchsia #BA51BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.88%

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

R = 41.06%
G = 17.88%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA51BA (or 0xBA51BA) is known color: Fuchsia. HEX triplet: BA, 51 and BA. RGB value is (186,81,186). Sum of RGB (Red+Green+Blue) = 186+81+186=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA51BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51BA is #45AE45. Grayscale: #7C7C7C. Windows color (decimal): -4566598 or 12210618. OLE color: 12210618.

HSL color Cylindrical-coordinate representation of color #BA51BA: 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.56%. Process color model (Four color, CMYK) of #BA51BA is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 81 186 -
CMYK 0 0.56 0 0.27
HSL 300º 0.43% 0.52% -
HSV(B) 300º 0.56% 0.73% -
XYZ 32.06 19.87 48.6 -
YUV 124.37 162.79 171.96 -
System Red Green Blue C M Y K H S L
Decimal 186 81 186 0 0.56 0 0.27 300 0.43 0.52
Hex BA 51 BA 0 38 0 1B 12C 2B 34
Octal 272 121 272 0 70 0 33 454 53 64
Binary 10111010 1010001 10111010 0 111000 0 11011 100101100 101011 110100

Color Harmonies of #BA51BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51BA

Black with #BA51BA

Text Example


Text Example

White with #BA51BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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