Html Css Color HEX #BA6ABE Fuchsia

📋 copy color: '#BA6ABE'

red 186 ◦ green 106 ◦ blue 190

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

Shades of Fuchsia #BA6ABE

Tints of Fuchsia #BA6ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 38.59%
G = 21.99%
B = 39.42%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA6ABE (or 0xBA6ABE) is known color: Fuchsia. HEX triplet: BA, 6A and BE. RGB value is (186,106,190). Sum of RGB (Red+Green+Blue) = 186+106+190=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA6ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ABE is #459541. Grayscale: #8B8B8B. Windows color (decimal): -4560194 or 12479162. OLE color: 12479162.

HSL color Cylindrical-coordinate representation of color #BA6ABE: hue angle of 297.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6ABE is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 106 190 -
CMYK 0.02 0.44 0 0.25
HSL 297.14º 0.39% 0.58% -
HSV(B) 297.14º 0.44% 0.75% -
XYZ 34.7 24.46 51.61 -
YUV 139.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 186 106 190 0.02 0.44 0 0.25 297.14 0.39 0.58
Hex BA 6A BE 2 2C 0 19 129 27 3A
Octal 272 152 276 2 54 0 31 451 47 72
Binary 10111010 1101010 10111110 10 101100 0 11001 100101001 100111 111010

Color Harmonies of #BA6ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ABE

Black with #BA6ABE

Text Example


Text Example

White with #BA6ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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