Html Css Color HEX #BA6EBE Fuchsia

📋 copy color: '#BA6EBE'

red 186 ◦ green 110 ◦ blue 190

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

Shades of Fuchsia #BA6EBE

Tints of Fuchsia #BA6EBE

RGB

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

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

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

R = 38.27%
G = 22.63%
B = 39.09%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA6EBE (or 0xBA6EBE) is known color: Fuchsia. HEX triplet: BA, 6E and BE. RGB value is (186,110,190). Sum of RGB (Red+Green+Blue) = 186+110+190=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EBE is #459141. Grayscale: #8D8D8D. Windows color (decimal): -4559170 or 12480186. OLE color: 12480186.

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

Color convert

RGB 186 110 190 -
CMYK 0.02 0.42 0 0.25
HSL 297º 0.38% 0.59% -
HSV(B) 297º 0.42% 0.75% -
XYZ 35.12 25.31 51.75 -
YUV 141.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 186 110 190 0.02 0.42 0 0.25 297 0.38 0.59
Hex BA 6E BE 2 2A 0 19 129 26 3B
Octal 272 156 276 2 52 0 31 451 46 73
Binary 10111010 1101110 10111110 10 101010 0 11001 100101001 100110 111011

Color Harmonies of #BA6EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EBE

Black with #BA6EBE

Text Example


Text Example

White with #BA6EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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