Html Css Color HEX #BA4FB2 Fuchsia

📋 copy color: '#BA4FB2'

red 186 ◦ green 79 ◦ blue 178

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

Shades of Fuchsia #BA4FB2

Tints of Fuchsia #BA4FB2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.83%

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

R = 41.99%
G = 17.83%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA4FB2 (or 0xBA4FB2) is known color: Fuchsia. HEX triplet: BA, 4F and B2. RGB value is (186,79,178). Sum of RGB (Red+Green+Blue) = 186+79+178=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4FB2 is #45B04D. Grayscale: #797979. Windows color (decimal): -4567118 or 11685818. OLE color: 11685818.

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

Color convert

RGB 186 79 178 -
CMYK 0 0.58 0.04 0.27
HSL 304.49º 0.44% 0.52% -
HSV(B) 304.49º 0.58% 0.73% -
XYZ 31.08 19.25 44.2 -
YUV 122.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 186 79 178 0 0.58 0.04 0.27 304.49 0.44 0.52
Hex BA 4F B2 0 3A 4 1B 130 2C 34
Octal 272 117 262 0 72 4 33 460 54 64
Binary 10111010 1001111 10110010 0 111010 100 11011 100110000 101100 110100

Color Harmonies of #BA4FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FB2

Black with #BA4FB2

Text Example


Text Example

White with #BA4FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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