Html Css Color HEX #BA3FB9 Fuchsia

📋 copy color: '#BA3FB9'

red 186 ◦ green 63 ◦ blue 185

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

Shades of Fuchsia #BA3FB9

Tints of Fuchsia #BA3FB9

RGB

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

 GREEN value IS 63 (25% from 255) = 14.52%

 BLUE value IS 185 (72.66% from 255) = 42.63%

R = 42.86%
G = 14.52%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA3FB9 (or 0xBA3FB9) is known color: Fuchsia. HEX triplet: BA, 3F and B9. RGB value is (186,63,185). Sum of RGB (Red+Green+Blue) = 186+63+185=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FB9 is #45C046. Grayscale: #717171. Windows color (decimal): -4571207 or 12140474. OLE color: 12140474.

HSL color Cylindrical-coordinate representation of color #BA3FB9: hue angle of 300.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3FB9 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 185 -
CMYK 0 0.66 0.01 0.27
HSL 300.49º 0.49% 0.49% -
HSV(B) 300.49º 0.66% 0.73% -
XYZ 30.78 17.5 47.65 -
YUV 113.69 168.25 179.58 -
System Red Green Blue C M Y K H S L
Decimal 186 63 185 0 0.66 0.01 0.27 300.49 0.49 0.49
Hex BA 3F B9 0 42 1 1B 12C 31 31
Octal 272 77 271 0 102 1 33 454 61 61
Binary 10111010 111111 10111001 0 1000010 1 11011 100101100 110001 110001

Color Harmonies of #BA3FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FB9

Black with #BA3FB9

Text Example


Text Example

White with #BA3FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FB9; }

 p { color: rgb(186,63,185); }

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

background-color css

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

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

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

border-color css

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

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

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