Html Css Color HEX #BA69BE Fuchsia

📋 copy color: '#BA69BE'

red 186 ◦ green 105 ◦ blue 190

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

Shades of Fuchsia #BA69BE

Tints of Fuchsia #BA69BE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.83%

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

R = 38.67%
G = 21.83%
B = 39.5%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA69BE (or 0xBA69BE) is known color: Fuchsia. HEX triplet: BA, 69 and BE. RGB value is (186,105,190). Sum of RGB (Red+Green+Blue) = 186+105+190=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA69BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69BE is #459641. Grayscale: #8A8A8A. Windows color (decimal): -4560450 or 12478906. OLE color: 12478906.

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

Color convert

RGB 186 105 190 -
CMYK 0.02 0.45 0 0.25
HSL 297.18º 0.4% 0.58% -
HSV(B) 297.18º 0.45% 0.75% -
XYZ 34.6 24.26 51.57 -
YUV 138.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 186 105 190 0.02 0.45 0 0.25 297.18 0.4 0.58
Hex BA 69 BE 2 2D 0 19 129 28 3A
Octal 272 151 276 2 55 0 31 451 50 72
Binary 10111010 1101001 10111110 10 101101 0 11001 100101001 101000 111010

Color Harmonies of #BA69BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69BE

Black with #BA69BE

Text Example


Text Example

White with #BA69BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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