Html Css Color HEX #BA4BAE Fuchsia

📋 copy color: '#BA4BAE'

red 186 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #BA4BAE

Tints of Fuchsia #BA4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.24%

 BLUE value IS 174 (68.36% from 255) = 40%

R = 42.76%
G = 17.24%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA4BAE (or 0xBA4BAE) is known color: Fuchsia. HEX triplet: BA, 4B and AE. RGB value is (186,75,174). Sum of RGB (Red+Green+Blue) = 186+75+174=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BAE is #45B451. Grayscale: #777777. Windows color (decimal): -4568146 or 11422650. OLE color: 11422650.

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

Color convert

RGB 186 75 174 -
CMYK 0 0.60 0.06 0.27
HSL 306.49º 0.45% 0.51% -
HSV(B) 306.49º 0.6% 0.73% -
XYZ 30.41 18.53 42.02 -
YUV 119.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 186 75 174 0 0.60 0.06 0.27 306.49 0.45 0.51
Hex BA 4B AE 0 3C 6 1B 132 2D 33
Octal 272 113 256 0 74 6 33 462 55 63
Binary 10111010 1001011 10101110 0 111100 110 11011 100110010 101101 110011

Color Harmonies of #BA4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BAE

Black with #BA4BAE

Text Example


Text Example

White with #BA4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BAE; }

 p { color: rgb(186,75,174); }

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

background-color css

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

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

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

border-color css

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

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

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