Html Css Color HEX #BA27AF Fuchsia

📋 copy color: '#BA27AF'

red 186 ◦ green 39 ◦ blue 175

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

Shades of Fuchsia #BA27AF

Tints of Fuchsia #BA27AF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.75%

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

R = 46.5%
G = 9.75%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA27AF (or 0xBA27AF) is known color: Fuchsia. HEX triplet: BA, 27 and AF. RGB value is (186,39,175). Sum of RGB (Red+Green+Blue) = 186+39+175=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27AF is #45D850. Grayscale: #626262. Windows color (decimal): -4577361 or 11478970. OLE color: 11478970.

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

Color convert

RGB 186 39 175 -
CMYK 0 0.79 0.06 0.27
HSL 304.49º 0.65% 0.44% -
HSV(B) 304.49º 0.79% 0.73% -
XYZ 28.71 14.99 41.94 -
YUV 98.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 186 39 175 0 0.79 0.06 0.27 304.49 0.65 0.44
Hex BA 27 AF 0 4F 6 1B 130 41 2C
Octal 272 47 257 0 117 6 33 460 101 54
Binary 10111010 100111 10101111 0 1001111 110 11011 100110000 1000001 101100

Color Harmonies of #BA27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27AF

Black with #BA27AF

Text Example


Text Example

White with #BA27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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