Html Css Color HEX #BA6FBE Fuchsia

📋 copy color: '#BA6FBE'

red 186 ◦ green 111 ◦ blue 190

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

Shades of Fuchsia #BA6FBE

Tints of Fuchsia #BA6FBE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.79%

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

R = 38.19%
G = 22.79%
B = 39.01%

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

#BA6FBE (or 0xBA6FBE) is known color: Fuchsia. HEX triplet: BA, 6F and BE. RGB value is (186,111,190). Sum of RGB (Red+Green+Blue) = 186+111+190=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA6FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FBE is #459041. Grayscale: #8E8E8E. Windows color (decimal): -4558914 or 12480442. OLE color: 12480442.

HSL color Cylindrical-coordinate representation of color #BA6FBE: hue angle of 296.96º 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 #BA6FBE is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 111 190 -
CMYK 0.02 0.42 0 0.25
HSL 296.96º 0.38% 0.59% -
HSV(B) 296.96º 0.42% 0.75% -
XYZ 35.23 25.53 51.79 -
YUV 142.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 186 111 190 0.02 0.42 0 0.25 296.96 0.38 0.59
Hex BA 6F BE 2 2A 0 19 129 26 3B
Octal 272 157 276 2 52 0 31 451 46 73
Binary 10111010 1101111 10111110 10 101010 0 11001 100101001 100110 111011

Color Harmonies of #BA6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FBE

Black with #BA6FBE

Text Example


Text Example

White with #BA6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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