Html Css Color HEX #BA37B2 Fuchsia

📋 copy color: '#BA37B2'

red 186 ◦ green 55 ◦ blue 178

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

Shades of Fuchsia #BA37B2

Tints of Fuchsia #BA37B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.48%

R = 44.39%
G = 13.13%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA37B2 (or 0xBA37B2) is known color: Fuchsia. HEX triplet: BA, 37 and B2. RGB value is (186,55,178). Sum of RGB (Red+Green+Blue) = 186+55+178=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA37B2 is #45C84D. Grayscale: #6B6B6B. Windows color (decimal): -4573262 or 11679674. OLE color: 11679674.

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

Color convert

RGB 186 55 178 -
CMYK 0 0.70 0.04 0.27
HSL 303.66º 0.54% 0.47% -
HSV(B) 303.66º 0.7% 0.73% -
XYZ 29.65 16.39 43.72 -
YUV 108.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 186 55 178 0 0.70 0.04 0.27 303.66 0.54 0.47
Hex BA 37 B2 0 46 4 1B 130 36 2F
Octal 272 67 262 0 106 4 33 460 66 57
Binary 10111010 110111 10110010 0 1000110 100 11011 100110000 110110 101111

Color Harmonies of #BA37B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37B2

Black with #BA37B2

Text Example


Text Example

White with #BA37B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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