Html Css Color HEX #BA6AB4 Fuchsia

📋 copy color: '#BA6AB4'

red 186 ◦ green 106 ◦ blue 180

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

Shades of Fuchsia #BA6AB4

Tints of Fuchsia #BA6AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 39.41%
G = 22.46%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA6AB4 (or 0xBA6AB4) is known color: Fuchsia. HEX triplet: BA, 6A and B4. RGB value is (186,106,180). Sum of RGB (Red+Green+Blue) = 186+106+180=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AB4 is #45954B. Grayscale: #8A8A8A. Windows color (decimal): -4560204 or 11823802. OLE color: 11823802.

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

Color convert

RGB 186 106 180 -
CMYK 0 0.43 0.03 0.27
HSL 304.5º 0.37% 0.57% -
HSV(B) 304.5º 0.43% 0.73% -
XYZ 33.64 24.04 46.05 -
YUV 138.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 186 106 180 0 0.43 0.03 0.27 304.5 0.37 0.57
Hex BA 6A B4 0 2B 3 1B 130 25 39
Octal 272 152 264 0 53 3 33 460 45 71
Binary 10111010 1101010 10110100 0 101011 11 11011 100110000 100101 111001

Color Harmonies of #BA6AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AB4

Black with #BA6AB4

Text Example


Text Example

White with #BA6AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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