Html Css Color HEX #BA35AF Fuchsia

📋 copy color: '#BA35AF'

red 186 ◦ green 53 ◦ blue 175

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

Shades of Fuchsia #BA35AF

Tints of Fuchsia #BA35AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 44.93%
G = 12.8%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA35AF (or 0xBA35AF) is known color: Fuchsia. HEX triplet: BA, 35 and AF. RGB value is (186,53,175). Sum of RGB (Red+Green+Blue) = 186+53+175=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA35AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA35AF is #45CA50. Grayscale: #6A6A6A. Windows color (decimal): -4573777 or 11482554. OLE color: 11482554.

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

Color convert

RGB 186 53 175 -
CMYK 0 0.72 0.06 0.27
HSL 304.96º 0.56% 0.47% -
HSV(B) 304.96º 0.72% 0.73% -
XYZ 29.26 16.08 42.12 -
YUV 106.68 166.56 184.58 -
System Red Green Blue C M Y K H S L
Decimal 186 53 175 0 0.72 0.06 0.27 304.96 0.56 0.47
Hex BA 35 AF 0 48 6 1B 131 38 2F
Octal 272 65 257 0 110 6 33 461 70 57
Binary 10111010 110101 10101111 0 1001000 110 11011 100110001 111000 101111

Color Harmonies of #BA35AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35AF

Black with #BA35AF

Text Example


Text Example

White with #BA35AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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