Html Css Color HEX #BA37B4 Fuchsia

📋 copy color: '#BA37B4'

red 186 ◦ green 55 ◦ blue 180

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

Shades of Fuchsia #BA37B4

Tints of Fuchsia #BA37B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.76%

R = 44.18%
G = 13.06%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA37B4 (or 0xBA37B4) is known color: Fuchsia. HEX triplet: BA, 37 and B4. RGB value is (186,55,180). Sum of RGB (Red+Green+Blue) = 186+55+180=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37B4 is #45C84B. Grayscale: #6C6C6C. Windows color (decimal): -4573260 or 11810746. OLE color: 11810746.

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

Color convert

RGB 186 55 180 -
CMYK 0 0.70 0.03 0.27
HSL 302.75º 0.54% 0.47% -
HSV(B) 302.75º 0.7% 0.73% -
XYZ 29.85 16.47 44.78 -
YUV 108.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 186 55 180 0 0.70 0.03 0.27 302.75 0.54 0.47
Hex BA 37 B4 0 46 3 1B 12F 36 2F
Octal 272 67 264 0 106 3 33 457 66 57
Binary 10111010 110111 10110100 0 1000110 11 11011 100101111 110110 101111

Color Harmonies of #BA37B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37B4

Black with #BA37B4

Text Example


Text Example

White with #BA37B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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