Html Css Color HEX #BA6AB1 Fuchsia

📋 copy color: '#BA6AB1'

red 186 ◦ green 106 ◦ blue 177

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

Shades of Fuchsia #BA6AB1

Tints of Fuchsia #BA6AB1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.6%

 BLUE value IS 177 (69.53% from 255) = 37.74%

R = 39.66%
G = 22.6%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA6AB1 (or 0xBA6AB1) is known color: Fuchsia. HEX triplet: BA, 6A and B1. RGB value is (186,106,177). Sum of RGB (Red+Green+Blue) = 186+106+177=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6AB1 is #45954E. Grayscale: #898989. Windows color (decimal): -4560207 or 11627194. OLE color: 11627194.

HSL color Cylindrical-coordinate representation of color #BA6AB1: hue angle of 306.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6AB1 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 106 177 -
CMYK 0 0.43 0.05 0.27
HSL 306.75º 0.37% 0.57% -
HSV(B) 306.75º 0.43% 0.73% -
XYZ 33.34 23.92 44.46 -
YUV 138.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 186 106 177 0 0.43 0.05 0.27 306.75 0.37 0.57
Hex BA 6A B1 0 2B 5 1B 133 25 39
Octal 272 152 261 0 53 5 33 463 45 71
Binary 10111010 1101010 10110001 0 101011 101 11011 100110011 100101 111001

Color Harmonies of #BA6AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AB1

Black with #BA6AB1

Text Example


Text Example

White with #BA6AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AB1; }

 p { color: rgb(186,106,177); }

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

background-color css

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

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

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

border-color css

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

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

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