Html Css Color HEX #BA3FBA Fuchsia

📋 copy color: '#BA3FBA'

red 186 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #BA3FBA

Tints of Fuchsia #BA3FBA

RGB

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

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

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

R = 42.76%
G = 14.48%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA3FBA (or 0xBA3FBA) is known color: Fuchsia. HEX triplet: BA, 3F and BA. RGB value is (186,63,186). Sum of RGB (Red+Green+Blue) = 186+63+186=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA3FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FBA is #45C045. Grayscale: #717171. Windows color (decimal): -4571206 or 12206010. OLE color: 12206010.

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

Color convert

RGB 186 63 186 -
CMYK 0 0.66 0 0.27
HSL 300º 0.49% 0.49% -
HSV(B) 300º 0.66% 0.73% -
XYZ 30.89 17.54 48.21 -
YUV 113.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 186 63 186 0 0.66 0 0.27 300 0.49 0.49
Hex BA 3F BA 0 42 0 1B 12C 31 31
Octal 272 77 272 0 102 0 33 454 61 61
Binary 10111010 111111 10111010 0 1000010 0 11011 100101100 110001 110001

Color Harmonies of #BA3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FBA

Black with #BA3FBA

Text Example


Text Example

White with #BA3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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