Html Css Color HEX #BA35AB Fuchsia

📋 copy color: '#BA35AB'

red 186 ◦ green 53 ◦ blue 171

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

Shades of Fuchsia #BA35AB

Tints of Fuchsia #BA35AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.93%

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 45.37%
G = 12.93%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA35AB (or 0xBA35AB) is known color: Fuchsia. HEX triplet: BA, 35 and AB. RGB value is (186,53,171). Sum of RGB (Red+Green+Blue) = 186+53+171=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA35AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA35AB is #45CA54. Grayscale: #696969. Windows color (decimal): -4573781 or 11220410. OLE color: 11220410.

HSL color Cylindrical-coordinate representation of color #BA35AB: hue angle of 306.77º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA35AB is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 53 171 -
CMYK 0 0.72 0.08 0.27
HSL 306.77º 0.56% 0.47% -
HSV(B) 306.77º 0.72% 0.73% -
XYZ 28.87 15.93 40.08 -
YUV 106.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 186 53 171 0 0.72 0.08 0.27 306.77 0.56 0.47
Hex BA 35 AB 0 48 8 1B 133 38 2F
Octal 272 65 253 0 110 10 33 463 70 57
Binary 10111010 110101 10101011 0 1001000 1000 11011 100110011 111000 101111

Color Harmonies of #BA35AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35AB

Black with #BA35AB

Text Example


Text Example

White with #BA35AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35AB; }

 p { color: rgb(186,53,171); }

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

background-color css

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

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

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

border-color css

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

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

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