Html Css Color HEX #BA3CBA Fuchsia

📋 copy color: '#BA3CBA'

red 186 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #BA3CBA

Tints of Fuchsia #BA3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.89%

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

R = 43.06%
G = 13.89%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA3CBA (or 0xBA3CBA) is known color: Fuchsia. HEX triplet: BA, 3C and BA. RGB value is (186,60,186). Sum of RGB (Red+Green+Blue) = 186+60+186=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CBA is #45C345. Grayscale: #6F6F6F. Windows color (decimal): -4571974 or 12205242. OLE color: 12205242.

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

Color convert

RGB 186 60 186 -
CMYK 0 0.68 0 0.27
HSL 300º 0.51% 0.48% -
HSV(B) 300º 0.68% 0.73% -
XYZ 30.73 17.22 48.16 -
YUV 112.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 186 60 186 0 0.68 0 0.27 300 0.51 0.48
Hex BA 3C BA 0 44 0 1B 12C 33 30
Octal 272 74 272 0 104 0 33 454 63 60
Binary 10111010 111100 10111010 0 1000100 0 11011 100101100 110011 110000

Color Harmonies of #BA3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CBA

Black with #BA3CBA

Text Example


Text Example

White with #BA3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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