Html Css Color HEX #BA4CBA Fuchsia

📋 copy color: '#BA4CBA'

red 186 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #BA4CBA

Tints of Fuchsia #BA4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.96%

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

R = 41.52%
G = 16.96%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA4CBA (or 0xBA4CBA) is known color: Fuchsia. HEX triplet: BA, 4C and BA. RGB value is (186,76,186). Sum of RGB (Red+Green+Blue) = 186+76+186=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA4CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CBA is #45B345. Grayscale: #797979. Windows color (decimal): -4567878 or 12209338. OLE color: 12209338.

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

Color convert

RGB 186 76 186 -
CMYK 0 0.59 0 0.27
HSL 300º 0.44% 0.51% -
HSV(B) 300º 0.59% 0.73% -
XYZ 31.7 19.15 48.48 -
YUV 121.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 186 76 186 0 0.59 0 0.27 300 0.44 0.51
Hex BA 4C BA 0 3B 0 1B 12C 2C 33
Octal 272 114 272 0 73 0 33 454 54 63
Binary 10111010 1001100 10111010 0 111011 0 11011 100101100 101100 110011

Color Harmonies of #BA4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CBA

Black with #BA4CBA

Text Example


Text Example

White with #BA4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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