Html Css Color HEX #BA37BA Fuchsia

📋 copy color: '#BA37BA'

red 186 ◦ green 55 ◦ blue 186

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

Shades of Fuchsia #BA37BA

Tints of Fuchsia #BA37BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.88%

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

R = 43.56%
G = 12.88%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA37BA (or 0xBA37BA) is known color: Fuchsia. HEX triplet: BA, 37 and BA. RGB value is (186,55,186). Sum of RGB (Red+Green+Blue) = 186+55+186=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA37BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37BA is #45C845. Grayscale: #6C6C6C. Windows color (decimal): -4573254 or 12203962. OLE color: 12203962.

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

Color convert

RGB 186 55 186 -
CMYK 0 0.70 0 0.27
HSL 300º 0.54% 0.47% -
HSV(B) 300º 0.7% 0.73% -
XYZ 30.48 16.72 48.07 -
YUV 109.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 186 55 186 0 0.70 0 0.27 300 0.54 0.47
Hex BA 37 BA 0 46 0 1B 12C 36 2F
Octal 272 67 272 0 106 0 33 454 66 57
Binary 10111010 110111 10111010 0 1000110 0 11011 100101100 110110 101111

Color Harmonies of #BA37BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37BA

Black with #BA37BA

Text Example


Text Example

White with #BA37BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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