Html Css Color HEX #BA68BE Fuchsia

📋 copy color: '#BA68BE'

red 186 ◦ green 104 ◦ blue 190

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

Shades of Fuchsia #BA68BE

Tints of Fuchsia #BA68BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.67%

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

R = 38.75%
G = 21.67%
B = 39.58%

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

#BA68BE (or 0xBA68BE) is known color: Fuchsia. HEX triplet: BA, 68 and BE. RGB value is (186,104,190). Sum of RGB (Red+Green+Blue) = 186+104+190=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68BE is #459741. Grayscale: #8A8A8A. Windows color (decimal): -4560706 or 12478650. OLE color: 12478650.

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

Color convert

RGB 186 104 190 -
CMYK 0.02 0.45 0 0.25
HSL 297.21º 0.4% 0.58% -
HSV(B) 297.21º 0.45% 0.75% -
XYZ 34.49 24.06 51.54 -
YUV 138.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 186 104 190 0.02 0.45 0 0.25 297.21 0.4 0.58
Hex BA 68 BE 2 2D 0 19 129 28 3A
Octal 272 150 276 2 55 0 31 451 50 72
Binary 10111010 1101000 10111110 10 101101 0 11001 100101001 101000 111010

Color Harmonies of #BA68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68BE

Black with #BA68BE

Text Example


Text Example

White with #BA68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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