Html Css Color HEX #BA6EB8 Fuchsia

📋 copy color: '#BA6EB8'

red 186 ◦ green 110 ◦ blue 184

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

Shades of Fuchsia #BA6EB8

Tints of Fuchsia #BA6EB8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.92%

 BLUE value IS 184 (72.27% from 255) = 38.33%

R = 38.75%
G = 22.92%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA6EB8 (or 0xBA6EB8) is known color: Fuchsia. HEX triplet: BA, 6E and B8. RGB value is (186,110,184). Sum of RGB (Red+Green+Blue) = 186+110+184=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EB8 is #459147. Grayscale: #8C8C8C. Windows color (decimal): -4559176 or 12086970. OLE color: 12086970.

HSL color Cylindrical-coordinate representation of color #BA6EB8: hue angle of 301.58º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6EB8 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 110 184 -
CMYK 0 0.41 0.01 0.27
HSL 301.58º 0.36% 0.58% -
HSV(B) 301.58º 0.41% 0.73% -
XYZ 34.48 25.05 48.37 -
YUV 141.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 186 110 184 0 0.41 0.01 0.27 301.58 0.36 0.58
Hex BA 6E B8 0 29 1 1B 12E 24 3A
Octal 272 156 270 0 51 1 33 456 44 72
Binary 10111010 1101110 10111000 0 101001 1 11011 100101110 100100 111010

Color Harmonies of #BA6EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EB8

Black with #BA6EB8

Text Example


Text Example

White with #BA6EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EB8; }

 p { color: rgb(186,110,184); }

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

background-color css

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

 a { background-color: rgb(186,110,184); }

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

border-color css

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

 span { border-color: rgb(186,110,184); }

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